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]
|
2022-01-16 23:23:03 +00:00
|
|
|
ahash = { version = "0.7", features = ["std"] }
|
2022-02-15 12:10:24 +00:00
|
|
|
arrow = { version = "9", features = ["comfy-table", "csv", "csv_crate", "flatbuffers", "ipc", "prettyprint", "rand", "test_utils"] }
|
2022-02-14 17:47:15 +00:00
|
|
|
base64 = { version = "0.13", features = ["alloc", "std"] }
|
2022-01-16 23:23:03 +00:00
|
|
|
bitflags = { version = "1" }
|
|
|
|
byteorder = { version = "1", features = ["std"] }
|
2021-11-19 14:21:15 +00:00
|
|
|
bytes = { version = "1", features = ["std"] }
|
2022-02-08 13:27:36 +00:00
|
|
|
chrono = { version = "0.4", features = ["alloc", "clock", "libc", "oldtime", "serde", "std", "time", "winapi"] }
|
2022-01-16 23:23:03 +00:00
|
|
|
digest = { version = "0.9", default-features = false, features = ["alloc", "std"] }
|
2021-11-19 14:21:15 +00:00
|
|
|
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-12-01 20:40:48 +00:00
|
|
|
getrandom = { version = "0.2", default-features = false, features = ["std"] }
|
2022-01-27 15:34:10 +00:00
|
|
|
hashbrown-a6292c17cd707f01 = { package = "hashbrown", version = "0.11", features = ["ahash", "inline-more", "raw"] }
|
|
|
|
hashbrown-5ef9efb8ec2df382 = { package = "hashbrown", version = "0.12", features = ["ahash", "inline-more", "raw"] }
|
2021-12-14 13:37:53 +00:00
|
|
|
hyper = { version = "0.14", features = ["client", "full", "h2", "http1", "http2", "runtime", "server", "socket2", "stream", "tcp"] }
|
2022-03-03 11:04:11 +00:00
|
|
|
hyper-rustls = { version = "0.23", features = ["http1", "http2", "log", "logging", "native-tokio", "rustls-native-certs", "tls12", "tokio-runtime", "webpki-roots", "webpki-tokio"] }
|
2021-11-19 14:21:15 +00:00
|
|
|
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"] }
|
2022-01-16 23:23:03 +00:00
|
|
|
nom = { version = "7", features = ["alloc", "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"] }
|
2022-02-01 12:32:58 +00:00
|
|
|
parking_lot = { version = "0.11" }
|
2022-02-15 12:10:24 +00:00
|
|
|
parquet = { version = "9", features = ["arrow", "base64", "brotli", "experimental", "flate2", "lz4", "snap", "zstd"] }
|
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-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"] }
|
2022-03-03 11:04:11 +00:00
|
|
|
reqwest = { version = "0.11", default-features = false, features = ["__rustls", "__tls", "hyper-rustls", "json", "rustls", "rustls-pemfile", "rustls-tls", "rustls-tls-webpki-roots", "serde_json", "tokio-rustls", "webpki-roots"] }
|
|
|
|
rustls = { version = "0.20", features = ["dangerous_configuration", "log", "logging", "tls12"] }
|
2022-02-14 17:47:15 +00:00
|
|
|
serde = { version = "1", features = ["alloc", "derive", "rc", "serde_derive", "std"] }
|
|
|
|
serde_json = { version = "1", features = ["alloc", "indexmap", "preserve_order", "raw_value", "std"] }
|
2022-01-16 23:23:03 +00:00
|
|
|
sha2 = { version = "0.9", features = ["std"] }
|
2021-11-19 14:21:15 +00:00
|
|
|
smallvec = { version = "1", default-features = false, features = ["union"] }
|
2022-03-03 11:04:11 +00:00
|
|
|
sqlx = { version = "0.5", features = ["_rt-tokio", "json", "macros", "migrate", "postgres", "runtime-tokio-rustls", "sqlx-macros", "tls", "uuid"] }
|
|
|
|
sqlx-core = { version = "0.5", default-features = false, features = ["_rt-tokio", "_tls-rustls", "base64", "crc", "dirs", "hmac", "json", "md-5", "migrate", "postgres", "rand", "runtime-tokio-rustls", "rustls", "serde", "serde_json", "sha-1", "sha2", "tokio-stream", "uuid", "webpki", "webpki-roots", "whoami"] }
|
|
|
|
tokio = { version = "1", features = ["bytes", "fs", "io-std", "io-util", "libc", "macros", "memchr", "mio", "net", "num_cpus", "once_cell", "parking_lot", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "time", "tokio-macros", "winapi"] }
|
|
|
|
tokio-rustls = { version = "0.23", default-features = false, features = ["logging", "tls12"] }
|
2022-01-16 23:23:03 +00:00
|
|
|
tokio-stream = { version = "0.1", features = ["fs", "net", "time"] }
|
2022-02-15 11:33:41 +00:00
|
|
|
tokio-util-3b31131e45eafb45 = { package = "tokio-util", version = "0.6", features = ["codec", "io", "slab", "time"] }
|
|
|
|
tokio-util-ca01ad9e24f5d932 = { package = "tokio-util", version = "0.7", features = ["codec", "io"] }
|
2022-02-23 11:14:15 +00:00
|
|
|
tower = { version = "0.4", features = ["__common", "balance", "buffer", "discover", "filter", "futures-core", "futures-util", "indexmap", "limit", "load", "log", "make", "pin-project", "pin-project-lite", "rand", "ready-cache", "slab", "timeout", "tokio", "tokio-util", "tracing", "util"] }
|
2021-11-19 14:21:15 +00:00
|
|
|
tracing = { version = "0.1", features = ["attributes", "log", "max_level_trace", "release_max_level_debug", "std", "tracing-attributes"] }
|
2022-03-03 11:04:11 +00:00
|
|
|
tracing-core = { version = "0.1", features = ["lazy_static", "std", "valuable"] }
|
2022-01-26 10:28:51 +00:00
|
|
|
tracing-log = { version = "0.1", features = ["log-tracer", "std", "trace-logger"] }
|
2022-01-28 16:38:59 +00:00
|
|
|
tracing-subscriber = { version = "0.3", features = ["alloc", "ansi", "ansi_term", "env-filter", "fmt", "json", "lazy_static", "matchers", "regex", "registry", "serde", "serde_json", "sharded-slab", "smallvec", "std", "thread_local", "tracing", "tracing-log", "tracing-serde"] }
|
2022-01-19 19:48:00 +00:00
|
|
|
uuid = { version = "0.8", features = ["getrandom", "std", "v4"] }
|
2021-11-19 14:21:15 +00:00
|
|
|
|
|
|
|
[build-dependencies]
|
2022-01-16 23:23:03 +00:00
|
|
|
ahash = { version = "0.7", features = ["std"] }
|
2022-02-14 17:47:15 +00:00
|
|
|
base64 = { version = "0.13", features = ["alloc", "std"] }
|
2022-01-16 23:23:03 +00:00
|
|
|
bitflags = { version = "1" }
|
|
|
|
byteorder = { version = "1", features = ["std"] }
|
2021-11-19 14:21:15 +00:00
|
|
|
bytes = { version = "1", features = ["std"] }
|
2022-02-08 13:27:36 +00:00
|
|
|
cc = { version = "1", default-features = false, features = ["jobserver", "parallel"] }
|
2022-01-16 23:23:03 +00:00
|
|
|
digest = { version = "0.9", default-features = false, features = ["alloc", "std"] }
|
2021-11-19 14:21:15 +00:00
|
|
|
either = { version = "1", features = ["use_std"] }
|
2022-01-16 23:23:03 +00:00
|
|
|
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"] }
|
|
|
|
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"] }
|
|
|
|
getrandom = { version = "0.2", default-features = false, features = ["std"] }
|
2022-01-27 15:34:10 +00:00
|
|
|
hashbrown-a6292c17cd707f01 = { package = "hashbrown", version = "0.11", features = ["ahash", "inline-more", "raw"] }
|
2021-11-19 14:21:15 +00:00
|
|
|
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"] }
|
2022-01-16 23:23:03 +00:00
|
|
|
nom = { version = "7", features = ["alloc", "std"] }
|
|
|
|
num-traits = { version = "0.2", features = ["i128", "libm", "std"] }
|
|
|
|
once_cell = { version = "1", features = ["alloc", "parking_lot", "race", "std"] }
|
2022-02-01 12:32:58 +00:00
|
|
|
parking_lot = { version = "0.11" }
|
2022-01-16 23:23:03 +00:00
|
|
|
rand = { version = "0.8", features = ["alloc", "getrandom", "libc", "rand_chacha", "rand_hc", "small_rng", "std", "std_rng"] }
|
2021-11-19 14:21:15 +00:00
|
|
|
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"] }
|
2022-02-14 17:47:15 +00:00
|
|
|
serde = { version = "1", features = ["alloc", "derive", "rc", "serde_derive", "std"] }
|
|
|
|
serde_json = { version = "1", features = ["alloc", "indexmap", "preserve_order", "raw_value", "std"] }
|
2022-01-16 23:23:03 +00:00
|
|
|
sha2 = { version = "0.9", features = ["std"] }
|
|
|
|
smallvec = { version = "1", default-features = false, features = ["union"] }
|
2022-03-03 11:04:11 +00:00
|
|
|
sqlx-core = { version = "0.5", default-features = false, features = ["_rt-tokio", "_tls-rustls", "base64", "crc", "dirs", "hmac", "json", "md-5", "migrate", "postgres", "rand", "runtime-tokio-rustls", "rustls", "serde", "serde_json", "sha-1", "sha2", "tokio-stream", "uuid", "webpki", "webpki-roots", "whoami"] }
|
|
|
|
sqlx-macros = { version = "0.5", default-features = false, features = ["_rt-tokio", "json", "migrate", "postgres", "runtime-tokio-rustls", "serde_json", "sha2", "uuid"] }
|
2021-11-19 14:21:15 +00:00
|
|
|
syn = { version = "1", features = ["clone-impls", "derive", "extra-traits", "full", "parsing", "printing", "proc-macro", "quote", "visit", "visit-mut"] }
|
2022-03-03 11:04:11 +00:00
|
|
|
tokio = { version = "1", features = ["bytes", "fs", "io-std", "io-util", "libc", "macros", "memchr", "mio", "net", "num_cpus", "once_cell", "parking_lot", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "time", "tokio-macros", "winapi"] }
|
2022-01-16 23:23:03 +00:00
|
|
|
tokio-stream = { version = "0.1", features = ["fs", "net", "time"] }
|
2022-01-19 19:48:00 +00:00
|
|
|
uuid = { version = "0.8", features = ["getrandom", "std", "v4"] }
|
2021-11-19 14:20:35 +00:00
|
|
|
|
2022-01-28 16:38:59 +00:00
|
|
|
[target.x86_64-unknown-linux-gnu.dependencies]
|
|
|
|
libc = { version = "0.2", features = ["extra_traits", "std"] }
|
2022-03-03 11:04:11 +00:00
|
|
|
tokio-rustls = { version = "0.23" }
|
2022-01-28 16:38:59 +00:00
|
|
|
|
|
|
|
[target.x86_64-unknown-linux-gnu.build-dependencies]
|
|
|
|
libc = { version = "0.2", features = ["extra_traits", "std"] }
|
|
|
|
|
|
|
|
[target.x86_64-apple-darwin.dependencies]
|
|
|
|
libc = { version = "0.2", features = ["extra_traits", "std"] }
|
2022-03-03 11:04:11 +00:00
|
|
|
tokio-rustls = { version = "0.23" }
|
2022-01-28 16:38:59 +00:00
|
|
|
|
|
|
|
[target.x86_64-apple-darwin.build-dependencies]
|
|
|
|
libc = { version = "0.2", features = ["extra_traits", "std"] }
|
|
|
|
|
|
|
|
[target.aarch64-apple-darwin.dependencies]
|
|
|
|
libc = { version = "0.2", features = ["extra_traits", "std"] }
|
2022-03-03 11:04:11 +00:00
|
|
|
tokio-rustls = { version = "0.23" }
|
2022-01-28 16:38:59 +00:00
|
|
|
|
|
|
|
[target.aarch64-apple-darwin.build-dependencies]
|
|
|
|
libc = { version = "0.2", features = ["extra_traits", "std"] }
|
|
|
|
|
|
|
|
[target.x86_64-pc-windows-msvc.dependencies]
|
|
|
|
scopeguard = { version = "1", features = ["use_std"] }
|
2022-03-03 11:04:11 +00:00
|
|
|
tokio-rustls = { version = "0.23" }
|
|
|
|
winapi = { version = "0.3", default-features = false, features = ["basetsd", "cfg", "consoleapi", "errhandlingapi", "evntrace", "fileapi", "handleapi", "impl-debug", "impl-default", "in6addr", "inaddr", "ioapiset", "knownfolders", "libloaderapi", "lmcons", "minschannel", "minwinbase", "minwindef", "mswsock", "namedpipeapi", "ntdef", "ntsecapi", "ntstatus", "objbase", "processenv", "profileapi", "schannel", "securitybaseapi", "shellapi", "shlobj", "sspi", "std", "stringapiset", "synchapi", "sysinfoapi", "timezoneapi", "winbase", "wincon", "wincrypt", "windef", "winerror", "winioctl", "winnt", "winreg", "winsock2", "winuser", "ws2def", "ws2ipdef", "ws2tcpip", "wtypesbase"] }
|
2022-01-28 16:38:59 +00:00
|
|
|
|
|
|
|
[target.x86_64-pc-windows-msvc.build-dependencies]
|
|
|
|
scopeguard = { version = "1", features = ["use_std"] }
|
2022-03-03 11:04:11 +00:00
|
|
|
winapi = { version = "0.3", default-features = false, features = ["basetsd", "cfg", "consoleapi", "errhandlingapi", "evntrace", "fileapi", "handleapi", "impl-debug", "impl-default", "in6addr", "inaddr", "ioapiset", "knownfolders", "libloaderapi", "lmcons", "minschannel", "minwinbase", "minwindef", "mswsock", "namedpipeapi", "ntdef", "ntsecapi", "ntstatus", "objbase", "processenv", "profileapi", "schannel", "securitybaseapi", "shellapi", "shlobj", "sspi", "std", "stringapiset", "synchapi", "sysinfoapi", "timezoneapi", "winbase", "wincon", "wincrypt", "windef", "winerror", "winioctl", "winnt", "winreg", "winsock2", "winuser", "ws2def", "ws2ipdef", "ws2tcpip", "wtypesbase"] }
|
2022-01-28 16:38:59 +00:00
|
|
|
|
2021-11-19 14:20:35 +00:00
|
|
|
### END HAKARI SECTION
|