mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
Update Rust deps
axum-client-ip excluded, as it will need further work.
This commit is contained in:
parent
f497bd6a33
commit
26c640805c
14 changed files with 729 additions and 569 deletions
|
@ -1,5 +1,5 @@
|
||||||
hakari-package = "workspace-hack"
|
hakari-package = "workspace-hack"
|
||||||
dep-format-version = "2"
|
dep-format-version = "4"
|
||||||
resolver = "2"
|
resolver = "2"
|
||||||
|
|
||||||
[traversal-excludes]
|
[traversal-excludes]
|
||||||
|
|
1088
Cargo.lock
generated
1088
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -9,20 +9,20 @@ license.workspace = true
|
||||||
rust-version.workspace = true
|
rust-version.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
camino = "1.1.2"
|
camino = "1.1.4"
|
||||||
flate2 = "1.0.25"
|
flate2 = "1.0.25"
|
||||||
sha2 = { version = "0.10.6" }
|
sha2 = { version = "0.10.6" }
|
||||||
tar = "0.4.38"
|
tar = "0.4.38"
|
||||||
tokio = { version = "1.24.2", features = ["macros", "rt-multi-thread"] }
|
tokio = { version = "1.27.0", features = ["macros", "rt-multi-thread"] }
|
||||||
workspace-hack = { version = "0.1", path = "../../tools/workspace-hack" }
|
workspace-hack = { version = "0.1", path = "../../tools/workspace-hack" }
|
||||||
xz2 = "0.1.7"
|
xz2 = "0.1.7"
|
||||||
zip = "0.6.3"
|
zip = "0.6.4"
|
||||||
zstd = "0.12.2"
|
zstd = "0.12.3"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
rustls = ["reqwest/rustls-tls", "reqwest/rustls-tls-native-roots"]
|
rustls = ["reqwest/rustls-tls", "reqwest/rustls-tls-native-roots"]
|
||||||
native-tls = ["reqwest/native-tls"]
|
native-tls = ["reqwest/native-tls"]
|
||||||
|
|
||||||
[dependencies.reqwest]
|
[dependencies.reqwest]
|
||||||
version = "0.11.13"
|
version = "0.11.16"
|
||||||
default-features = false
|
default-features = false
|
||||||
|
|
|
@ -9,12 +9,12 @@ license.workspace = true
|
||||||
rust-version.workspace = true
|
rust-version.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
camino = "1.1.2"
|
camino = "1.1.4"
|
||||||
globset = "0.4.10"
|
globset = "0.4.10"
|
||||||
itertools = "0.10.5"
|
itertools = "0.10.5"
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
maplit = "1.0.2"
|
maplit = "1.0.2"
|
||||||
num_cpus = "1.15.0"
|
num_cpus = "1.15.0"
|
||||||
walkdir = "2.3.3"
|
walkdir = "2.3.3"
|
||||||
which = "4.3.0"
|
which = "4.4.0"
|
||||||
workspace-hack = { version = "0.1", path = "../../tools/workspace-hack" }
|
workspace-hack = { version = "0.1", path = "../../tools/workspace-hack" }
|
||||||
|
|
|
@ -9,8 +9,8 @@ license.workspace = true
|
||||||
rust-version.workspace = true
|
rust-version.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
camino = "1.1.2"
|
camino = "1.1.4"
|
||||||
clap = { version = "4.1.1", features = ["derive"] }
|
clap = { version = "4.2.1", features = ["derive"] }
|
||||||
junction = "0.2.0"
|
junction = "1.0.0"
|
||||||
termcolor = "1.2.0"
|
termcolor = "1.2.0"
|
||||||
workspace-hack = { version = "0.1", path = "../../tools/workspace-hack" }
|
workspace-hack = { version = "0.1", path = "../../tools/workspace-hack" }
|
||||||
|
|
|
@ -13,6 +13,6 @@ name = "ftl-sync"
|
||||||
path = "sync.rs"
|
path = "sync.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
camino = "1.1.2"
|
camino = "1.1.4"
|
||||||
snafu = { version = "0.7.4" }
|
snafu = { version = "0.7.4" }
|
||||||
workspace-hack = { version = "0.1", path = "../tools/workspace-hack" }
|
workspace-hack = { version = "0.1", path = "../tools/workspace-hack" }
|
||||||
|
|
|
@ -15,7 +15,7 @@ workspace-hack = { version = "0.1", path = "../../tools/workspace-hack" }
|
||||||
|
|
||||||
# /cargo/update.py needs to be run if updating the version below
|
# /cargo/update.py needs to be run if updating the version below
|
||||||
[dependencies.pyo3]
|
[dependencies.pyo3]
|
||||||
version = "0.18.0"
|
version = "0.18.2"
|
||||||
features = ["extension-module", "abi3", "abi3-py39"]
|
features = ["extension-module", "abi3", "abi3-py39"]
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
|
|
|
@ -9,15 +9,15 @@ license.workspace = true
|
||||||
rust-version.workspace = true
|
rust-version.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0.68"
|
anyhow = "1.0.70"
|
||||||
apple-bundles = "0.17.0"
|
apple-bundles = "0.17.0"
|
||||||
camino = "1.1.2"
|
camino = "1.1.4"
|
||||||
clap = { version = "4.1.1", features = ["derive"] }
|
clap = { version = "4.2.1", features = ["derive"] }
|
||||||
glob = "0.3.1"
|
glob = "0.3.1"
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
plist = "1.4.0"
|
plist = "1.4.3"
|
||||||
serde = { version = "1.0.152", features = ["derive"] }
|
serde = { version = "1.0.159", features = ["derive"] }
|
||||||
serde_json = "1.0.91"
|
serde_json = "1.0.95"
|
||||||
simple-file-manifest = "0.11.0"
|
simple-file-manifest = "0.11.0"
|
||||||
walkdir = "2.3.3"
|
walkdir = "2.3.3"
|
||||||
workspace-hack = { version = "0.1", path = "../../../tools/workspace-hack" }
|
workspace-hack = { version = "0.1", path = "../../../tools/workspace-hack" }
|
||||||
|
|
|
@ -9,9 +9,9 @@ license.workspace = true
|
||||||
rust-version.workspace = true
|
rust-version.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0.68"
|
anyhow = "1.0.70"
|
||||||
camino = "1.1.2"
|
camino = "1.1.4"
|
||||||
clap = { version = "4.1.1", features = ["derive"] }
|
clap = { version = "4.2.1", features = ["derive"] }
|
||||||
glob = "0.3.1"
|
glob = "0.3.1"
|
||||||
tugger-windows-codesign = "0.10.0"
|
tugger-windows-codesign = "0.10.0"
|
||||||
walkdir = "2.3.3"
|
walkdir = "2.3.3"
|
||||||
|
|
|
@ -27,16 +27,16 @@ required-features = ["bench"]
|
||||||
# After updating anything below, run ../cargo/update.py
|
# After updating anything below, run ../cargo/update.py
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
prost-build = "0.11.6"
|
prost-build = "0.11.8"
|
||||||
which = "4.3.0"
|
which = "4.4.0"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
async-stream = "0.3.3"
|
async-stream = "0.3.4"
|
||||||
env_logger = "0.10.0"
|
env_logger = "0.10.0"
|
||||||
wiremock = "0.5.17"
|
wiremock = "0.5.17"
|
||||||
|
|
||||||
[dependencies.reqwest]
|
[dependencies.reqwest]
|
||||||
version = "0.11.13"
|
version = "0.11.16"
|
||||||
default-features = false
|
default-features = false
|
||||||
features = ["json", "socks", "stream", "multipart"]
|
features = ["json", "socks", "stream", "multipart"]
|
||||||
|
|
||||||
|
@ -50,56 +50,56 @@ csv = { git = "https://github.com/ankitects/rust-csv.git", rev = "1c9d3aab6f79a7
|
||||||
unicase = "=2.6.0"
|
unicase = "=2.6.0"
|
||||||
|
|
||||||
# keep this at 0.4.19 until an Android-compatible update is ready
|
# keep this at 0.4.19 until an Android-compatible update is ready
|
||||||
chrono = { version = "0.4.19", default-features = false, features = ["std", "clock"] }
|
chrono = { version = "0.4.24", default-features = false, features = ["std", "clock"] }
|
||||||
|
|
||||||
criterion = { version = "0.4.0", optional = true }
|
criterion = { version = "0.4.0", optional = true }
|
||||||
|
|
||||||
ammonia = "3.3.0"
|
ammonia = "3.3.0"
|
||||||
async-compression = { version = "0.3.15", features = ["zstd", "tokio"] }
|
async-compression = { version = "0.3.15", features = ["zstd", "tokio"] }
|
||||||
async-trait = "0.1.61"
|
async-trait = "0.1.68"
|
||||||
axum = { version = "0.6.2", features = ["multipart", "macros", "headers"] }
|
axum = { version = "0.6.12", features = ["multipart", "macros", "headers"] }
|
||||||
axum-client-ip = "0.3.1"
|
axum-client-ip = "0.3.1"
|
||||||
blake3 = "1.3.3"
|
blake3 = "1.3.3"
|
||||||
bytes = "1.3.0"
|
bytes = "1.4.0"
|
||||||
coarsetime = "0.1.22"
|
coarsetime = "0.1.23"
|
||||||
convert_case = "0.6.0"
|
convert_case = "0.6.0"
|
||||||
difflib = "0.4.0"
|
difflib = "0.4.0"
|
||||||
flate2 = "1.0.25"
|
flate2 = "1.0.25"
|
||||||
fluent = "0.16.0"
|
fluent = "0.16.0"
|
||||||
fluent-bundle = "0.15.2"
|
fluent-bundle = "0.15.2"
|
||||||
fnv = "1.0.7"
|
fnv = "1.0.7"
|
||||||
futures = "0.3.25"
|
futures = "0.3.28"
|
||||||
hex = "0.4.3"
|
hex = "0.4.3"
|
||||||
htmlescape = "0.3.1"
|
htmlescape = "0.3.1"
|
||||||
hyper = "0.14.23"
|
hyper = "0.14.25"
|
||||||
id_tree = "1.8.0"
|
id_tree = "1.8.0"
|
||||||
itertools = "0.10.5"
|
itertools = "0.10.5"
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
nom = "7.1.3"
|
nom = "7.1.3"
|
||||||
num-integer = "0.1.45"
|
num-integer = "0.1.45"
|
||||||
num_cpus = "1.15.0"
|
num_cpus = "1.15.0"
|
||||||
num_enum = "0.5.7"
|
num_enum = "0.5.11"
|
||||||
once_cell = "1.17.0"
|
once_cell = "1.17.1"
|
||||||
pin-project = "1.0.12"
|
pin-project = "1.0.12"
|
||||||
prost = "0.11.6"
|
prost = "0.11.8"
|
||||||
pulldown-cmark = "0.9.2"
|
pulldown-cmark = "0.9.2"
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
regex = "1.7.1"
|
regex = "1.7.3"
|
||||||
rusqlite = { version = "0.28.0", features = ["trace", "functions", "collation", "bundled"] }
|
rusqlite = { version = "0.29.0", features = ["trace", "functions", "collation", "bundled"] }
|
||||||
scopeguard = "1.1.0"
|
scopeguard = "1.1.0"
|
||||||
serde = "1.0.152"
|
serde = "1.0.159"
|
||||||
serde-aux = "4.1.2"
|
serde-aux = "4.1.2"
|
||||||
serde_derive = "1.0.152"
|
serde_derive = "1.0.159"
|
||||||
serde_json = "1.0.91"
|
serde_json = "1.0.95"
|
||||||
serde_repr = "0.1.10"
|
serde_repr = "0.1.12"
|
||||||
serde_tuple = "0.5.0"
|
serde_tuple = "0.5.0"
|
||||||
sha1 = "0.10.5"
|
sha1 = "0.10.5"
|
||||||
snafu = { version = "0.7.4", features = ["backtraces"] }
|
snafu = { version = "0.7.4", features = ["backtraces"] }
|
||||||
strum = { version = "0.24.1", features = ["derive"] }
|
strum = { version = "0.24.1", features = ["derive"] }
|
||||||
tempfile = "3.3.0"
|
tempfile = "3.5.0"
|
||||||
tokio = { version = "1.24", features = ["fs", "rt-multi-thread", "macros"] }
|
tokio = { version = "1.27", features = ["fs", "rt-multi-thread", "macros", "signal"] }
|
||||||
tokio-util = { version = "0.7.4", features = ["io"] }
|
tokio-util = { version = "0.7.7", features = ["io"] }
|
||||||
tower-http = { version = "0.3.5", features = ["trace"] }
|
tower-http = { version = "0.4.0", features = ["trace"] }
|
||||||
tracing = { version = "0.1.37", features = ["max_level_trace", "release_max_level_debug"] }
|
tracing = { version = "0.1.37", features = ["max_level_trace", "release_max_level_debug"] }
|
||||||
tracing-appender = "0.2.2"
|
tracing-appender = "0.2.2"
|
||||||
tracing-subscriber = { version = "0.3.16", features = ["fmt", "env-filter"] }
|
tracing-subscriber = { version = "0.3.16", features = ["fmt", "env-filter"] }
|
||||||
|
@ -107,9 +107,9 @@ unic-ucd-category = "0.9.0"
|
||||||
unicode-normalization = "0.1.22"
|
unicode-normalization = "0.1.22"
|
||||||
utime = "0.3.1"
|
utime = "0.3.1"
|
||||||
workspace-hack = { version = "0.1", path = "../tools/workspace-hack" }
|
workspace-hack = { version = "0.1", path = "../tools/workspace-hack" }
|
||||||
zip = { version = "0.6.3", default-features = false, features = ["deflate", "time"] }
|
zip = { version = "0.6.4", default-features = false, features = ["deflate", "time"] }
|
||||||
zstd = { version = "0.12.2", features = ["zstdmt"] }
|
zstd = { version = "0.12.3", features = ["zstdmt"] }
|
||||||
|
|
||||||
[target.'cfg(windows)'.dependencies.windows]
|
[target.'cfg(windows)'.dependencies.windows]
|
||||||
version = "0.44.0"
|
version = "0.47.0"
|
||||||
features = ["Media_SpeechSynthesis", "Foundation_Collections", "Storage_Streams"]
|
features = ["Media_SpeechSynthesis", "Foundation_Collections", "Storage_Streams"]
|
||||||
|
|
|
@ -18,8 +18,8 @@ path = "src/lib.rs"
|
||||||
fluent-syntax = "0.11.0"
|
fluent-syntax = "0.11.0"
|
||||||
fluent = "0.16.0"
|
fluent = "0.16.0"
|
||||||
unic-langid = { version = "0.9.1", features = ["macros"] }
|
unic-langid = { version = "0.9.1", features = ["macros"] }
|
||||||
serde = { version = "1.0.152", features = ["derive"] }
|
serde = { version = "1.0.159", features = ["derive"] }
|
||||||
serde_json = "1.0.91"
|
serde_json = "1.0.95"
|
||||||
inflections = "1.1.1"
|
inflections = "1.1.1"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
@ -28,7 +28,7 @@ fluent-bundle = "0.15.2"
|
||||||
intl-memoizer = "0.5.1"
|
intl-memoizer = "0.5.1"
|
||||||
num-format = "0.4.4"
|
num-format = "0.4.4"
|
||||||
phf = { version = "0.11.1", features = ["macros"] }
|
phf = { version = "0.11.1", features = ["macros"] }
|
||||||
serde = { version = "1.0.152", features = ["derive"] }
|
serde = { version = "1.0.159", features = ["derive"] }
|
||||||
serde_json = "1.0.91"
|
serde_json = "1.0.95"
|
||||||
unic-langid = { version = "0.9.1", features = ["macros"] }
|
unic-langid = { version = "0.9.1", features = ["macros"] }
|
||||||
workspace-hack = { version = "0.1", path = "../../tools/workspace-hack" }
|
workspace-hack = { version = "0.1", path = "../../tools/workspace-hack" }
|
||||||
|
|
|
@ -18,7 +18,7 @@ path = "src/lib.rs"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
fluent-syntax = "0.11.0"
|
fluent-syntax = "0.11.0"
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
regex = "1.7.1"
|
regex = "1.7.3"
|
||||||
serde_json = "1.0.91"
|
serde_json = "1.0.95"
|
||||||
walkdir = "2"
|
walkdir = "2"
|
||||||
workspace-hack = { version = "0.1", path = "../../tools/workspace-hack" }
|
workspace-hack = { version = "0.1", path = "../../tools/workspace-hack" }
|
||||||
|
|
|
@ -17,12 +17,12 @@ anki = { path = ".." }
|
||||||
|
|
||||||
linkcheck = { git = "https://github.com/ankitects/linkcheck.git", rev = "2f20798ce521cc594d510d4e417e76d5eac04d4b" }
|
linkcheck = { git = "https://github.com/ankitects/linkcheck.git", rev = "2f20798ce521cc594d510d4e417e76d5eac04d4b" }
|
||||||
|
|
||||||
futures = "0.3.25"
|
futures = "0.3.28"
|
||||||
itertools = "0.10.5"
|
itertools = "0.10.5"
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
regex = "1.7.1"
|
regex = "1.7.3"
|
||||||
strum = { version = "0.24.1", features = ["derive"] }
|
strum = { version = "0.24.1", features = ["derive"] }
|
||||||
tokio = { version = "1.24.2", features = ["full"] }
|
tokio = { version = "1.27.0", features = ["full"] }
|
||||||
workspace-hack = { version = "0.1", path = "../../tools/workspace-hack" }
|
workspace-hack = { version = "0.1", path = "../../tools/workspace-hack" }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
@ -30,5 +30,5 @@ rustls = ["reqwest/rustls-tls", "reqwest/rustls-tls-native-roots"]
|
||||||
native-tls = ["reqwest/native-tls"]
|
native-tls = ["reqwest/native-tls"]
|
||||||
|
|
||||||
[dependencies.reqwest]
|
[dependencies.reqwest]
|
||||||
version = "0.11.13"
|
version = "0.11.16"
|
||||||
default-features = false
|
default-features = false
|
||||||
|
|
|
@ -14,66 +14,66 @@ description = "workspace-hack package, managed by hakari"
|
||||||
|
|
||||||
### BEGIN HAKARI SECTION
|
### BEGIN HAKARI SECTION
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bytes = { version = "1", features = ["std"] }
|
bytes = { version = "1" }
|
||||||
crossbeam-utils = { version = "0.8", features = ["std"] }
|
crossbeam-utils = { version = "0.8" }
|
||||||
either = { version = "1", features = ["use_std"] }
|
either = { version = "1" }
|
||||||
flate2 = { version = "1", features = ["miniz_oxide", "rust_backend"] }
|
flate2 = { version = "1" }
|
||||||
futures-channel = { version = "0.3", features = ["alloc", "futures-sink", "sink", "std"] }
|
futures-channel = { version = "0.3", features = ["sink"] }
|
||||||
futures-io = { version = "0.3", features = ["std"] }
|
futures-io = { version = "0.3" }
|
||||||
futures-task = { version = "0.3", default-features = false, features = ["alloc", "std"] }
|
futures-task = { version = "0.3", default-features = false, features = ["std"] }
|
||||||
futures-util = { version = "0.3", default-features = false, features = ["alloc", "async-await", "async-await-macro", "channel", "futures-channel", "futures-io", "futures-macro", "futures-sink", "io", "memchr", "sink", "slab", "std"] }
|
futures-util = { version = "0.3", default-features = false, features = ["async-await-macro", "channel", "io", "sink"] }
|
||||||
getrandom = { version = "0.2", default-features = false, features = ["std"] }
|
getrandom = { version = "0.2", default-features = false, features = ["std"] }
|
||||||
hashbrown = { version = "0.12", features = ["ahash", "inline-more", "raw"] }
|
hashbrown = { version = "0.12", features = ["raw"] }
|
||||||
hmac = { version = "0.12", default-features = false, features = ["reset"] }
|
hmac = { version = "0.12", default-features = false, features = ["reset"] }
|
||||||
hyper = { version = "0.14", features = ["client", "full", "h2", "http1", "http2", "runtime", "server", "socket2", "stream", "tcp"] }
|
hyper = { version = "0.14", features = ["full"] }
|
||||||
indexmap = { version = "1", default-features = false, features = ["std"] }
|
indexmap = { version = "1", default-features = false, features = ["std"] }
|
||||||
itertools = { version = "0.10", features = ["use_alloc", "use_std"] }
|
itertools = { version = "0.10" }
|
||||||
log = { version = "0.4", default-features = false, features = ["std"] }
|
log = { version = "0.4", default-features = false, features = ["std"] }
|
||||||
num-traits = { version = "0.2", features = ["std"] }
|
num-traits = { version = "0.2" }
|
||||||
phf_shared = { version = "0.11", default-features = false, features = ["std"] }
|
phf_shared = { version = "0.11", default-features = false, features = ["std"] }
|
||||||
prost = { version = "0.11", features = ["prost-derive", "std"] }
|
prost = { version = "0.11" }
|
||||||
rand-c38e5c1d305a1b54 = { package = "rand", version = "0.8", features = ["alloc", "getrandom", "libc", "rand_chacha", "small_rng", "std", "std_rng"] }
|
rand-c38e5c1d305a1b54 = { package = "rand", version = "0.8", features = ["small_rng"] }
|
||||||
rand-ca01ad9e24f5d932 = { package = "rand", version = "0.7", features = ["alloc", "getrandom", "getrandom_package", "libc", "rand_pcg", "small_rng", "std"] }
|
rand-ca01ad9e24f5d932 = { package = "rand", version = "0.7", features = ["small_rng"] }
|
||||||
rand_core = { version = "0.6", default-features = false, features = ["alloc", "getrandom", "std"] }
|
rand_core = { version = "0.6", default-features = false, features = ["std"] }
|
||||||
regex = { version = "1", features = ["aho-corasick", "memchr", "perf", "perf-cache", "perf-dfa", "perf-inline", "perf-literal", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"] }
|
regex = { version = "1" }
|
||||||
regex-syntax = { version = "0.6", features = ["unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"] }
|
regex-syntax = { version = "0.6" }
|
||||||
scopeguard = { version = "1", features = ["use_std"] }
|
scopeguard = { version = "1" }
|
||||||
serde = { version = "1", features = ["alloc", "derive", "rc", "serde_derive", "std"] }
|
serde = { version = "1", features = ["alloc", "derive", "rc"] }
|
||||||
serde_json = { version = "1", features = ["raw_value", "std"] }
|
serde_json = { version = "1", features = ["raw_value"] }
|
||||||
sha2 = { version = "0.10", features = ["std"] }
|
sha2 = { version = "0.10" }
|
||||||
snafu = { version = "0.7", features = ["backtrace", "backtraces", "rust_1_39", "rust_1_46", "std"] }
|
snafu = { version = "0.7", features = ["backtraces"] }
|
||||||
time = { version = "0.3", features = ["alloc", "formatting", "macros", "parsing", "std"] }
|
time = { version = "0.3", features = ["formatting", "parsing"] }
|
||||||
tokio = { version = "1", features = ["bytes", "fs", "full", "io-std", "io-util", "libc", "macros", "memchr", "mio", "net", "num_cpus", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "time", "tokio-macros"] }
|
tokio = { version = "1", features = ["full"] }
|
||||||
tokio-util = { version = "0.7", features = ["codec", "io", "tracing"] }
|
tokio-util = { version = "0.7", features = ["codec", "io"] }
|
||||||
tracing = { version = "0.1", features = ["attributes", "log", "max_level_trace", "release_max_level_debug", "std", "tracing-attributes"] }
|
tracing = { version = "0.1", features = ["log", "max_level_trace", "release_max_level_debug"] }
|
||||||
tracing-core = { version = "0.1", features = ["once_cell", "std"] }
|
tracing-core = { version = "0.1" }
|
||||||
url = { version = "2", features = ["serde"] }
|
url = { version = "2", features = ["serde"] }
|
||||||
zip = { version = "0.6", features = ["aes", "aes-crypto", "bzip2", "constant_time_eq", "deflate", "flate2", "hmac", "pbkdf2", "sha1", "time", "zstd"] }
|
zip = { version = "0.6" }
|
||||||
zstd-5ef9efb8ec2df382 = { package = "zstd", version = "0.12", features = ["arrays", "legacy", "zdict_builder", "zstdmt"] }
|
zstd-5ef9efb8ec2df382 = { package = "zstd", version = "0.12", features = ["zstdmt"] }
|
||||||
zstd-a6292c17cd707f01 = { package = "zstd", version = "0.11", features = ["arrays", "legacy", "zdict_builder"] }
|
zstd-a6292c17cd707f01 = { package = "zstd", version = "0.11" }
|
||||||
zstd-safe-a490c3000a992113 = { package = "zstd-safe", version = "6", default-features = false, features = ["arrays", "legacy", "std", "zdict_builder", "zstdmt"] }
|
zstd-safe-a490c3000a992113 = { package = "zstd-safe", version = "6", default-features = false, features = ["arrays", "legacy", "std", "zdict_builder", "zstdmt"] }
|
||||||
zstd-safe-cdf1610d3e1514e9 = { package = "zstd-safe", version = "5", default-features = false, features = ["arrays", "legacy", "std", "zdict_builder"] }
|
zstd-safe-cdf1610d3e1514e9 = { package = "zstd-safe", version = "5", default-features = false, features = ["arrays", "legacy", "std", "zdict_builder"] }
|
||||||
zstd-sys = { version = "2", default-features = false, features = ["legacy", "std", "zdict_builder", "zstdmt"] }
|
zstd-sys = { version = "2", default-features = false, features = ["legacy", "std", "zdict_builder", "zstdmt"] }
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
bytes = { version = "1", features = ["std"] }
|
bytes = { version = "1" }
|
||||||
cc = { version = "1", default-features = false, features = ["jobserver", "parallel"] }
|
cc = { version = "1", default-features = false, features = ["parallel"] }
|
||||||
either = { version = "1", features = ["use_std"] }
|
either = { version = "1" }
|
||||||
getrandom = { version = "0.2", default-features = false, features = ["std"] }
|
getrandom = { version = "0.2", default-features = false, features = ["std"] }
|
||||||
hashbrown = { version = "0.12", features = ["ahash", "inline-more", "raw"] }
|
hashbrown = { version = "0.12", features = ["raw"] }
|
||||||
indexmap = { version = "1", default-features = false, features = ["std"] }
|
indexmap = { version = "1", default-features = false, features = ["std"] }
|
||||||
itertools = { version = "0.10", features = ["use_alloc", "use_std"] }
|
itertools = { version = "0.10" }
|
||||||
log = { version = "0.4", default-features = false, features = ["std"] }
|
log = { version = "0.4", default-features = false, features = ["std"] }
|
||||||
phf_shared = { version = "0.11", default-features = false, features = ["std"] }
|
phf_shared = { version = "0.11", default-features = false, features = ["std"] }
|
||||||
prost = { version = "0.11", features = ["prost-derive", "std"] }
|
prost = { version = "0.11" }
|
||||||
rand-ca01ad9e24f5d932 = { package = "rand", version = "0.7", features = ["alloc", "getrandom", "getrandom_package", "libc", "rand_pcg", "small_rng", "std"] }
|
rand-c38e5c1d305a1b54 = { package = "rand", version = "0.8", features = ["small_rng"] }
|
||||||
rand-c38e5c1d305a1b54 = { package = "rand", version = "0.8", features = ["alloc", "getrandom", "libc", "rand_chacha", "small_rng", "std", "std_rng"] }
|
rand-ca01ad9e24f5d932 = { package = "rand", version = "0.7", features = ["small_rng"] }
|
||||||
rand_core = { version = "0.6", default-features = false, features = ["alloc", "getrandom", "std"] }
|
rand_core = { version = "0.6", default-features = false, features = ["std"] }
|
||||||
regex = { version = "1", features = ["aho-corasick", "memchr", "perf", "perf-cache", "perf-dfa", "perf-inline", "perf-literal", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"] }
|
regex = { version = "1" }
|
||||||
regex-syntax = { version = "0.6", features = ["unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"] }
|
regex-syntax = { version = "0.6" }
|
||||||
serde = { version = "1", features = ["alloc", "derive", "rc", "serde_derive", "std"] }
|
serde = { version = "1", features = ["alloc", "derive", "rc"] }
|
||||||
serde_json = { version = "1", features = ["raw_value", "std"] }
|
serde_json = { version = "1", features = ["raw_value"] }
|
||||||
syn = { version = "1", features = ["clone-impls", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "visit", "visit-mut"] }
|
syn-dff4ba8e3ae991db = { package = "syn", version = "1", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }
|
||||||
time-macros = { version = "0.2", default-features = false, features = ["formatting", "parsing"] }
|
syn-f595c2ba2a3f28df = { package = "syn", version = "2", features = ["extra-traits", "full", "visit-mut"] }
|
||||||
|
|
||||||
### END HAKARI SECTION
|
### END HAKARI SECTION
|
||||||
|
|
Loading…
Reference in a new issue