小弧光的博客

公众号:小弧光黑板报

导航

rust 常用库

 rapier2d = { version = "0.16", features = ["debug-render"] }
rapier3d = { version = "0.16", features = ["debug-render"] }
image = { version = "0.24.3", default-features = false, features = ["gif", "jpeg", "png", "tga", "tiff", "bmp"] }
inflate = "0.4.5"
serde = { version = "1", features = ["derive"] }
lazy_static = "1.4.0"
ddsfile = "0.5.0"
rayon = "1.5.1"
tbc = "0.3.0"
bitflags = "1.3.2"
glow = "0.11"
walkdir = "2.3.2"
ron = "0.8.0"
fxhash = "0.2.1"
strum = "0.24.0"
strum_macros = "0.24.0"
notify = "5"
clap = { version = "4", features = ["derive"] }

anyhow = "1.0.4"
rand = "0.8.0"
ron = "0.8.0"
serde = { version = "1", features = ["derive"] }
bytemuck = "1.7"
# Needed to poll Task examples
futures-lite = "1.11.3"
crossbeam-channel = "0.5.0"

atty = "0.2"
bytesize = "1"
chrono = "0.4"
chrono-humanize = "0.2"
clap = { version = "4", features = ["derive", "cargo", "wrap_help", "deprecated"] }
clap_complete = "4"
clap_mangen = "0.2"
comrak = { version = "0.15", default-features = false }
fast_qr = { version = "0.7", features = ["svg"] }
futures = "0.3"
get_if_addrs = "0.5"
hex = "0.4"
http = "0.2"
httparse = "1"
libflate = "1"
log = "0.4"
maud = "0.24"
mime = "0.3"
nanoid = "0.4"
percent-encoding = "2"
port_check = "0.1"
regex = "1"
rustls = { version = "0.20", optional = true }
rustls-pemfile = { version = "1.0", optional = true }
serde = { version = "1", features = ["derive"] }
sha2 = "0.10"
simplelog = "0.12"
socket2 = "0.4"
strum = { version = "0.24", features = ["derive"] }
tar = "0.4"
yansi = "0.5"
zip = { version = "0.6.2", default-features = false }

askama = { version = "0.11.0", default-features = false }
assert_cmd = "2.0.0"
bincode = "1.3.1"
clap = { version = "4.0.0", features = ["derive"] }
clap_complete = "4.0.0"
clap_complete_fig = "4.0.0"
dirs = "4.0.0"
dunce = "1.0.1"
fastrand = "1.7.0"
glob = "0.3.0"
ignore = "0.4.18"
nix = { version = "0.26.1", default-features = false, features = ["fs","user",] }
ouroboros = "0.15.5"
rstest = { version = "0.16.0", default-features = false }
rstest_reuse = "0.4.0"
serde = { version = "1.0.116", features = ["derive"] }
shell-words = "1.0.0"
tempfile = "3.1.0"
which = "4.2.5"

thiserror = "1.0"
tokio = { version = "1.21", features = ["full"] }
#tokio-stream = { version = "0.1", features = ["net"] }
futures = "0.3"
grpcio = { version = "0.12", default-features = false, features = ["prost-codec"] }
prost = "0.11"
prost-types = "0.11"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
serde_repr = "0.1"
lazy_static = "1.4"
#crossbeam = "0"
#async_once = "0"

#opentelemetry = "0"
tracing = "0.1"
local_ipaddress = "0.1.3"
rand = "0.8.5"
url="2.3.1"

# now only for feature="auth-by-http"
reqwest = { version = "0.11", features = [], optional = true }

 

posted on 2023-02-06 10:41  小弧光  阅读(251)  评论(0编辑  收藏  举报