2021-11-19 14:20:35 +00:00
|
|
|
# This file is generated by `cargo hakari`.
|
|
|
|
# To regenerate, run:
|
|
|
|
# cargo hakari generate
|
|
|
|
|
|
|
|
[package]
|
|
|
|
name = "workspace-hack"
|
|
|
|
version = "0.1.0"
|
|
|
|
description = "workspace-hack package, managed by hakari"
|
|
|
|
publish = false
|
|
|
|
|
|
|
|
# The parts of the file between the BEGIN HAKARI SECTION and END HAKARI SECTION comments
|
|
|
|
# are managed by hakari.
|
|
|
|
|
|
|
|
### BEGIN HAKARI SECTION
|
2021-11-19 14:21:15 +00:00
|
|
|
[dependencies]
|
|
|
|
ahash = { version = "0.7", features = ["std"] }
|
|
|
|
bytes = { version = "1", features = ["std"] }
|
|
|
|
chrono = { version = "0.4", features = ["clock", "libc", "oldtime", "serde", "std", "time", "winapi"] }
|
|
|
|
either = { version = "1", features = ["use_std"] }
|
|
|
|
futures-channel = { version = "0.3", features = ["alloc", "futures-sink", "sink", "std"] }
|
|
|
|
futures-core = { version = "0.3", features = ["alloc", "std"] }
|
|
|
|
futures-sink = { version = "0.3", features = ["alloc", "std"] }
|
|
|
|
futures-task = { version = "0.3", default-features = false, features = ["alloc", "std"] }
|
2021-11-29 16:18:46 +00:00
|
|
|
futures-util = { version = "0.3", features = ["alloc", "async-await", "async-await-macro", "channel", "futures-channel", "futures-io", "futures-macro", "futures-sink", "io", "memchr", "sink", "slab", "std"] }
|
2021-11-19 14:21:15 +00:00
|
|
|
getrandom = { version = "0.2", default-features = false, features = ["js", "js-sys", "std", "wasm-bindgen"] }
|
|
|
|
hashbrown = { version = "0.11", features = ["ahash", "inline-more", "raw"] }
|
|
|
|
hyper = { version = "0.14", features = ["client", "full", "h2", "http1", "http2", "runtime", "server", "socket2", "stream", "tcp"] }
|
|
|
|
indexmap = { version = "1", default-features = false, features = ["std"] }
|
|
|
|
log = { version = "0.4", default-features = false, features = ["std"] }
|
2021-12-01 16:19:30 +00:00
|
|
|
memchr = { version = "2", features = ["std"] }
|
2021-11-19 14:21:15 +00:00
|
|
|
num-bigint = { version = "0.4", features = ["std"] }
|
|
|
|
num-integer = { version = "0.1", default-features = false, features = ["i128", "std"] }
|
|
|
|
num-traits = { version = "0.2", features = ["i128", "libm", "std"] }
|
|
|
|
once_cell = { version = "1", features = ["alloc", "parking_lot", "race", "std"] }
|
|
|
|
rand = { version = "0.8", features = ["alloc", "getrandom", "libc", "rand_chacha", "rand_hc", "small_rng", "std", "std_rng"] }
|
|
|
|
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-automata = { version = "0.1", features = ["regex-syntax", "std"] }
|
|
|
|
regex-syntax = { version = "0.6", features = ["unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"] }
|
|
|
|
reqwest = { version = "0.11", features = ["__rustls", "__tls", "blocking", "default-tls", "hyper-rustls", "hyper-tls", "json", "native-tls-crate", "rustls", "rustls-tls", "rustls-tls-webpki-roots", "serde_json", "stream", "tokio-native-tls", "tokio-rustls", "webpki-roots"] }
|
|
|
|
serde = { version = "1", features = ["derive", "rc", "serde_derive", "std"] }
|
|
|
|
serde_json = { version = "1", features = ["indexmap", "preserve_order", "std"] }
|
|
|
|
smallvec = { version = "1", default-features = false, features = ["union"] }
|
|
|
|
tokio = { version = "1", features = ["bytes", "fs", "full", "io-std", "io-util", "libc", "macros", "memchr", "mio", "net", "num_cpus", "once_cell", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "sync", "time", "tokio-macros", "winapi"] }
|
|
|
|
tokio-stream = { version = "0.1", features = ["net", "time"] }
|
|
|
|
tokio-util = { version = "0.6", features = ["codec", "io"] }
|
|
|
|
tower = { version = "0.4", features = ["balance", "buffer", "discover", "futures-util", "indexmap", "limit", "load", "log", "make", "rand", "ready-cache", "slab", "timeout", "tokio", "tokio-stream", "tokio-util", "tracing", "util"] }
|
|
|
|
tracing = { version = "0.1", features = ["attributes", "log", "max_level_trace", "release_max_level_debug", "std", "tracing-attributes"] }
|
|
|
|
tracing-core = { version = "0.1", features = ["lazy_static", "std"] }
|
2021-11-22 16:55:38 +00:00
|
|
|
tracing-subscriber = { version = "0.3", features = ["alloc", "ansi", "ansi_term", "env-filter", "fmt", "lazy_static", "matchers", "regex", "registry", "sharded-slab", "smallvec", "std", "thread_local", "tracing", "tracing-log"] }
|
2021-11-19 14:21:15 +00:00
|
|
|
url = { version = "2", default-features = false, features = ["serde"] }
|
|
|
|
uuid = { version = "0.8", features = ["getrandom", "serde", "std", "v4"] }
|
|
|
|
|
|
|
|
[build-dependencies]
|
|
|
|
ahash = { version = "0.7", features = ["std"] }
|
|
|
|
bytes = { version = "1", features = ["std"] }
|
|
|
|
cc = { version = "1", default-features = false, features = ["jobserver", "parallel"] }
|
|
|
|
either = { version = "1", features = ["use_std"] }
|
|
|
|
getrandom = { version = "0.2", default-features = false, features = ["js", "js-sys", "std", "wasm-bindgen"] }
|
|
|
|
hashbrown = { version = "0.11", features = ["ahash", "inline-more", "raw"] }
|
|
|
|
indexmap = { version = "1", default-features = false, features = ["std"] }
|
|
|
|
log = { version = "0.4", default-features = false, features = ["std"] }
|
2021-12-01 16:19:30 +00:00
|
|
|
memchr = { version = "2", features = ["std"] }
|
2021-11-19 14:21:15 +00:00
|
|
|
rand = { version = "0.8", features = ["alloc", "getrandom", "libc", "rand_chacha", "rand_hc", "small_rng", "std", "std_rng"] }
|
|
|
|
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-syntax = { version = "0.6", features = ["unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"] }
|
|
|
|
serde = { version = "1", features = ["derive", "rc", "serde_derive", "std"] }
|
|
|
|
syn = { version = "1", features = ["clone-impls", "derive", "extra-traits", "full", "parsing", "printing", "proc-macro", "quote", "visit", "visit-mut"] }
|
2021-11-19 14:20:35 +00:00
|
|
|
|
|
|
|
### END HAKARI SECTION
|