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"
|
|
|
|
description = "workspace-hack package, managed by hakari"
|
|
|
|
publish = false
|
2022-09-26 14:43:00 +00:00
|
|
|
version.workspace = true
|
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
2021-11-19 14:20:35 +00:00
|
|
|
|
|
|
|
# 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-08-31 13:30:47 +00:00
|
|
|
ahash-ca01ad9e24f5d932 = { package = "ahash", version = "0.7", features = ["std"] }
|
2022-11-07 11:01:58 +00:00
|
|
|
arrow = { version = "26", features = ["comfy-table", "csv", "csv_crate", "dyn_cmp_dict", "flatbuffers", "ipc", "json", "prettyprint", "serde_json"] }
|
2022-07-07 19:22:15 +00:00
|
|
|
base64 = { version = "0.13", features = ["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-08-10 08:25:45 +00:00
|
|
|
chrono = { version = "0.4", default-features = false, features = ["alloc", "clock", "iana-time-zone", "serde", "std", "winapi"] }
|
2022-10-17 07:05:45 +00:00
|
|
|
crossbeam-utils = { version = "0.8", features = ["std"] }
|
2022-04-15 15:03:08 +00:00
|
|
|
crypto-common = { version = "0.1", default-features = false, features = ["std"] }
|
2022-11-07 11:01:58 +00:00
|
|
|
datafusion = { git = "https://github.com/apache/arrow-datafusion.git", rev = "dd081d64a2fba8574e63bdd0662c14aec5852b48", features = ["crypto_expressions", "regex_expressions", "unicode_expressions"] }
|
2022-04-15 15:03:08 +00:00
|
|
|
digest = { version = "0.10", features = ["alloc", "block-buffer", "core-api", "mac", "std", "subtle"] }
|
2021-11-19 14:21:15 +00:00
|
|
|
either = { version = "1", features = ["use_std"] }
|
2022-06-13 13:51:45 +00:00
|
|
|
fixedbitset = { version = "0.4", features = ["std"] }
|
2022-11-07 11:01:58 +00:00
|
|
|
flatbuffers = { version = "22", features = ["thiserror"] }
|
2021-11-19 14:21:15 +00:00
|
|
|
futures-channel = { version = "0.3", features = ["alloc", "futures-sink", "sink", "std"] }
|
|
|
|
futures-core = { version = "0.3", features = ["alloc", "std"] }
|
2022-10-28 11:03:08 +00:00
|
|
|
futures-io = { version = "0.3", features = ["std"] }
|
2021-11-19 14:21:15 +00:00
|
|
|
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"] }
|
2022-11-07 11:01:58 +00:00
|
|
|
getrandom = { version = "0.2", default-features = false, features = ["std"] }
|
2022-06-17 07:42:36 +00:00
|
|
|
hashbrown = { version = "0.12", features = ["ahash", "inline-more", "raw"] }
|
2021-11-19 14:21:15 +00:00
|
|
|
indexmap = { version = "1", default-features = false, features = ["std"] }
|
2022-04-13 15:39:26 +00:00
|
|
|
libc = { version = "0.2", features = ["extra_traits", "std"] }
|
2022-08-15 16:48:16 +00:00
|
|
|
lock_api = { version = "0.4", default-features = false, features = ["arc_lock"] }
|
2021-11-19 14:21:15 +00:00
|
|
|
log = { version = "0.4", default-features = false, features = ["std"] }
|
2022-04-15 15:03:08 +00:00
|
|
|
md-5 = { version = "0.10", 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-integer = { version = "0.1", default-features = false, features = ["i128", "std"] }
|
|
|
|
num-traits = { version = "0.2", features = ["i128", "libm", "std"] }
|
2022-09-13 12:34:54 +00:00
|
|
|
object_store = { version = "0.5", default-features = false, features = ["aws", "azure", "base64", "cloud", "gcp", "quick-xml", "rand", "reqwest", "ring", "rustls-pemfile", "serde", "serde_json"] }
|
2022-05-20 07:40:38 +00:00
|
|
|
once_cell = { version = "1", features = ["alloc", "parking_lot", "parking_lot_core", "race", "std"] }
|
2022-08-15 16:48:16 +00:00
|
|
|
parking_lot = { version = "0.12", features = ["arc_lock"] }
|
2022-11-07 11:01:58 +00:00
|
|
|
parquet = { version = "26", features = ["arrow", "async", "base64", "brotli", "experimental", "flate2", "futures", "lz4", "snap", "tokio", "zstd"] }
|
2022-03-24 12:53:25 +00:00
|
|
|
predicates = { version = "2", features = ["diff", "difflib", "float-cmp", "normalize-line-endings", "regex"] }
|
2022-08-09 17:30:44 +00:00
|
|
|
prost = { version = "0.11", features = ["prost-derive", "std"] }
|
|
|
|
prost-types = { version = "0.11", features = ["std"] }
|
2022-09-07 16:07:35 +00:00
|
|
|
rand = { version = "0.8", features = ["alloc", "getrandom", "libc", "rand_chacha", "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-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-08-30 12:31:49 +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", "stream", "tokio-rustls", "tokio-util", "webpki-roots"] }
|
2022-07-12 23:01:48 +00:00
|
|
|
ring = { version = "0.16", features = ["alloc", "dev_urandom_fallback", "once_cell", "std"] }
|
2022-05-24 10:28:43 +00:00
|
|
|
serde = { version = "1", features = ["derive", "rc", "serde_derive", "std"] }
|
2022-07-28 08:10:47 +00:00
|
|
|
serde_json = { version = "1", features = ["raw_value", "std"] }
|
2022-04-15 15:03:08 +00:00
|
|
|
sha2 = { version = "0.10", features = ["std"] }
|
2022-10-13 22:37:49 +00:00
|
|
|
similar = { version = "2", features = ["inline", "text"] }
|
2021-11-19 14:21:15 +00:00
|
|
|
smallvec = { version = "1", default-features = false, features = ["union"] }
|
2022-06-17 10:28:28 +00:00
|
|
|
sqlx = { version = "0.6", features = ["_rt-tokio", "json", "macros", "migrate", "postgres", "runtime-tokio-rustls", "sqlx-macros", "tls", "uuid"] }
|
2022-09-21 11:29:45 +00:00
|
|
|
sqlx-core = { version = "0.6", default-features = false, features = ["_rt-tokio", "_tls-rustls", "any", "base64", "crc", "dirs", "hkdf", "hmac", "json", "md-5", "migrate", "postgres", "rand", "runtime-tokio-rustls", "rustls", "rustls-pemfile", "serde", "serde_json", "sha1", "sha2", "tokio-stream", "uuid", "webpki-roots", "whoami"] }
|
2022-09-27 12:50:54 +00:00
|
|
|
thrift = { version = "0.16", features = ["log", "server", "threadpool"] }
|
2022-10-17 07:05:45 +00:00
|
|
|
tokio = { version = "1", features = ["bytes", "fs", "io-std", "io-util", "libc", "macros", "memchr", "mio", "net", "num_cpus", "parking_lot", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "time", "tokio-macros", "tracing"] }
|
2022-01-16 23:23:03 +00:00
|
|
|
tokio-stream = { version = "0.1", features = ["fs", "net", "time"] }
|
2022-10-28 11:03:08 +00:00
|
|
|
tokio-util = { version = "0.7", features = ["codec", "compat", "futures-io", "io", "tracing"] }
|
2022-08-09 17:30:44 +00:00
|
|
|
tonic = { version = "0.8", features = ["async-trait", "axum", "channel", "codegen", "h2", "hyper", "hyper-timeout", "prost", "prost-derive", "prost1", "tokio", "tower", "tracing-futures", "transport"] }
|
2022-05-24 10:28:43 +00:00
|
|
|
tower = { version = "0.4", features = ["__common", "balance", "buffer", "discover", "futures-core", "futures-util", "indexmap", "limit", "load", "log", "make", "pin-project", "pin-project-lite", "rand", "ready-cache", "slab", "timeout", "tokio", "tokio-util", "tracing", "util"] }
|
2022-05-25 07:06:25 +00:00
|
|
|
tower-http = { version = "0.3", features = ["catch-panic", "map-response-body", "tower", "tracing", "util"] }
|
2022-08-10 12:15:37 +00:00
|
|
|
tracing = { version = "0.1", features = ["attributes", "log", "max_level_trace", "release_max_level_trace", "std", "tracing-attributes"] }
|
2022-09-07 16:07:35 +00:00
|
|
|
tracing-core = { version = "0.1", features = ["once_cell", "std"] }
|
2022-01-26 10:28:51 +00:00
|
|
|
tracing-log = { version = "0.1", features = ["log-tracer", "std", "trace-logger"] }
|
2022-10-17 07:05:45 +00:00
|
|
|
tracing-subscriber = { version = "0.3", features = ["alloc", "ansi", "env-filter", "fmt", "json", "matchers", "nu-ansi-term", "once_cell", "parking_lot", "regex", "registry", "serde", "serde_json", "sharded-slab", "smallvec", "std", "thread_local", "tracing", "tracing-log", "tracing-serde"] }
|
2022-09-08 08:36:48 +00:00
|
|
|
url = { version = "2" }
|
2022-10-17 07:05:45 +00:00
|
|
|
uuid = { version = "1", features = ["getrandom", "rng", "std", "v4"] }
|
2022-03-24 15:27:36 +00:00
|
|
|
zstd = { version = "0.11", features = ["arrays", "legacy", "zdict_builder"] }
|
|
|
|
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"] }
|
2021-11-19 14:21:15 +00:00
|
|
|
|
|
|
|
[build-dependencies]
|
2022-08-31 13:30:47 +00:00
|
|
|
ahash-ca01ad9e24f5d932 = { package = "ahash", version = "0.7", features = ["std"] }
|
2022-07-07 19:22:15 +00:00
|
|
|
base64 = { version = "0.13", features = ["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-10-17 07:05:45 +00:00
|
|
|
crossbeam-utils = { version = "0.8", features = ["std"] }
|
2022-04-15 15:03:08 +00:00
|
|
|
crypto-common = { version = "0.1", default-features = false, features = ["std"] }
|
|
|
|
digest = { version = "0.10", features = ["alloc", "block-buffer", "core-api", "mac", "std", "subtle"] }
|
2021-11-19 14:21:15 +00:00
|
|
|
either = { version = "1", features = ["use_std"] }
|
2022-06-13 13:51:45 +00:00
|
|
|
fixedbitset = { version = "0.4", features = ["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"] }
|
2022-10-28 11:03:08 +00:00
|
|
|
futures-io = { version = "0.3", features = ["std"] }
|
2022-01-16 23:23:03 +00:00
|
|
|
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"] }
|
2022-11-07 11:01:58 +00:00
|
|
|
getrandom = { version = "0.2", default-features = false, features = ["std"] }
|
2022-06-17 07:42:36 +00:00
|
|
|
hashbrown = { version = "0.12", features = ["ahash", "inline-more", "raw"] }
|
2022-04-15 15:03:08 +00:00
|
|
|
heck = { version = "0.4", features = ["unicode", "unicode-segmentation"] }
|
2021-11-19 14:21:15 +00:00
|
|
|
indexmap = { version = "1", default-features = false, features = ["std"] }
|
2022-04-13 15:39:26 +00:00
|
|
|
libc = { version = "0.2", features = ["extra_traits", "std"] }
|
2022-08-15 16:48:16 +00:00
|
|
|
lock_api = { version = "0.4", default-features = false, features = ["arc_lock"] }
|
2021-11-19 14:21:15 +00:00
|
|
|
log = { version = "0.4", default-features = false, features = ["std"] }
|
2022-04-15 15:03:08 +00:00
|
|
|
md-5 = { version = "0.10", 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"] }
|
2022-05-20 07:40:38 +00:00
|
|
|
once_cell = { version = "1", features = ["alloc", "parking_lot", "parking_lot_core", "race", "std"] }
|
2022-08-15 16:48:16 +00:00
|
|
|
parking_lot = { version = "0.12", features = ["arc_lock"] }
|
2022-08-09 17:30:44 +00:00
|
|
|
prost = { version = "0.11", features = ["prost-derive", "std"] }
|
|
|
|
prost-types = { version = "0.11", features = ["std"] }
|
2022-09-07 16:07:35 +00:00
|
|
|
rand = { version = "0.8", features = ["alloc", "getrandom", "libc", "rand_chacha", "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-07-12 23:01:48 +00:00
|
|
|
ring = { version = "0.16", features = ["alloc", "dev_urandom_fallback", "once_cell", "std"] }
|
2022-05-24 10:28:43 +00:00
|
|
|
serde = { version = "1", features = ["derive", "rc", "serde_derive", "std"] }
|
2022-07-28 08:10:47 +00:00
|
|
|
serde_json = { version = "1", features = ["raw_value", "std"] }
|
2022-04-15 15:03:08 +00:00
|
|
|
sha2 = { version = "0.10", features = ["std"] }
|
2022-01-16 23:23:03 +00:00
|
|
|
smallvec = { version = "1", default-features = false, features = ["union"] }
|
2022-09-21 11:29:45 +00:00
|
|
|
sqlx-core = { version = "0.6", default-features = false, features = ["_rt-tokio", "_tls-rustls", "any", "base64", "crc", "dirs", "hkdf", "hmac", "json", "md-5", "migrate", "postgres", "rand", "runtime-tokio-rustls", "rustls", "rustls-pemfile", "serde", "serde_json", "sha1", "sha2", "tokio-stream", "uuid", "webpki-roots", "whoami"] }
|
2022-06-17 10:28:28 +00:00
|
|
|
sqlx-macros = { version = "0.6", 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-10-17 07:05:45 +00:00
|
|
|
tokio = { version = "1", features = ["bytes", "fs", "io-std", "io-util", "libc", "macros", "memchr", "mio", "net", "num_cpus", "parking_lot", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "time", "tokio-macros", "tracing"] }
|
2022-01-16 23:23:03 +00:00
|
|
|
tokio-stream = { version = "0.1", features = ["fs", "net", "time"] }
|
2022-08-09 17:30:44 +00:00
|
|
|
tonic-build = { version = "0.8", features = ["prost", "prost-build", "transport"] }
|
2022-09-08 08:36:48 +00:00
|
|
|
url = { version = "2" }
|
2022-10-17 07:05:45 +00:00
|
|
|
uuid = { version = "1", features = ["getrandom", "rng", "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]
|
2022-11-07 11:01:58 +00:00
|
|
|
ahash-c38e5c1d305a1b54 = { package = "ahash", version = "0.8", default-features = false, features = ["compile-time-rng", "const-random", "getrandom", "runtime-rng"] }
|
2022-08-11 08:37:31 +00:00
|
|
|
once_cell = { version = "1", default-features = false, features = ["unstable"] }
|
2022-01-28 16:38:59 +00:00
|
|
|
|
2022-08-09 17:30:44 +00:00
|
|
|
[target.x86_64-unknown-linux-gnu.build-dependencies]
|
2022-08-11 08:37:31 +00:00
|
|
|
once_cell = { version = "1", default-features = false, features = ["unstable"] }
|
2022-08-09 17:30:44 +00:00
|
|
|
|
2022-01-28 16:38:59 +00:00
|
|
|
[target.x86_64-apple-darwin.dependencies]
|
2022-11-07 11:01:58 +00:00
|
|
|
ahash-c38e5c1d305a1b54 = { package = "ahash", version = "0.8", default-features = false, features = ["compile-time-rng", "const-random", "getrandom", "runtime-rng"] }
|
2022-08-11 08:37:31 +00:00
|
|
|
once_cell = { version = "1", default-features = false, features = ["unstable"] }
|
2022-01-28 16:38:59 +00:00
|
|
|
|
2022-08-09 17:30:44 +00:00
|
|
|
[target.x86_64-apple-darwin.build-dependencies]
|
2022-08-11 08:37:31 +00:00
|
|
|
once_cell = { version = "1", default-features = false, features = ["unstable"] }
|
2022-08-09 17:30:44 +00:00
|
|
|
|
2022-01-28 16:38:59 +00:00
|
|
|
[target.aarch64-apple-darwin.dependencies]
|
2022-11-07 11:01:58 +00:00
|
|
|
ahash-c38e5c1d305a1b54 = { package = "ahash", version = "0.8", default-features = false, features = ["compile-time-rng", "const-random", "getrandom", "runtime-rng"] }
|
2022-08-11 08:37:31 +00:00
|
|
|
once_cell = { version = "1", default-features = false, features = ["unstable"] }
|
2022-01-28 16:38:59 +00:00
|
|
|
|
2022-08-09 17:30:44 +00:00
|
|
|
[target.aarch64-apple-darwin.build-dependencies]
|
2022-08-11 08:37:31 +00:00
|
|
|
once_cell = { version = "1", default-features = false, features = ["unstable"] }
|
2022-08-09 17:30:44 +00:00
|
|
|
|
2022-01-28 16:38:59 +00:00
|
|
|
[target.x86_64-pc-windows-msvc.dependencies]
|
2022-11-07 11:01:58 +00:00
|
|
|
ahash-c38e5c1d305a1b54 = { package = "ahash", version = "0.8", default-features = false, features = ["compile-time-rng", "const-random", "getrandom", "runtime-rng"] }
|
2022-08-11 08:37:31 +00:00
|
|
|
once_cell = { version = "1", default-features = false, features = ["unstable"] }
|
2022-01-28 16:38:59 +00:00
|
|
|
scopeguard = { version = "1", features = ["use_std"] }
|
2022-03-03 11:55:00 +00:00
|
|
|
tokio = { version = "1", default-features = false, features = ["winapi"] }
|
2022-10-20 10:45:41 +00:00
|
|
|
winapi = { version = "0.3", default-features = false, features = ["accctrl", "aclapi", "activation", "basetsd", "combaseapi", "consoleapi", "errhandlingapi", "fileapi", "handleapi", "impl-debug", "impl-default", "knownfolders", "minwinbase", "minwindef", "namedpipeapi", "ntsecapi", "ntstatus", "objbase", "processenv", "roapi", "shellapi", "shlobj", "std", "stringapiset", "synchapi", "timezoneapi", "winbase", "wincon", "winerror", "winnt", "winreg", "winstring", "winuser", "ws2ipdef", "ws2tcpip", "wtypesbase"] }
|
2022-10-26 14:14:13 +00:00
|
|
|
windows-sys = { version = "0.42", features = ["Win32", "Win32_Foundation", "Win32_Networking", "Win32_Networking_WinSock", "Win32_Security", "Win32_Storage", "Win32_Storage_FileSystem", "Win32_System", "Win32_System_IO", "Win32_System_LibraryLoader", "Win32_System_Pipes", "Win32_System_SystemServices", "Win32_System_WindowsProgramming"] }
|
2022-01-28 16:38:59 +00:00
|
|
|
|
|
|
|
[target.x86_64-pc-windows-msvc.build-dependencies]
|
2022-08-11 08:37:31 +00:00
|
|
|
once_cell = { version = "1", default-features = false, features = ["unstable"] }
|
2022-01-28 16:38:59 +00:00
|
|
|
scopeguard = { version = "1", features = ["use_std"] }
|
2022-03-03 11:55:00 +00:00
|
|
|
tokio = { version = "1", default-features = false, features = ["winapi"] }
|
2022-10-20 10:45:41 +00:00
|
|
|
winapi = { version = "0.3", default-features = false, features = ["accctrl", "aclapi", "activation", "basetsd", "combaseapi", "consoleapi", "errhandlingapi", "fileapi", "handleapi", "impl-debug", "impl-default", "knownfolders", "minwinbase", "minwindef", "namedpipeapi", "ntsecapi", "ntstatus", "objbase", "processenv", "roapi", "shellapi", "shlobj", "std", "stringapiset", "synchapi", "timezoneapi", "winbase", "wincon", "winerror", "winnt", "winreg", "winstring", "winuser", "ws2ipdef", "ws2tcpip", "wtypesbase"] }
|
2022-10-26 14:14:13 +00:00
|
|
|
windows-sys = { version = "0.42", features = ["Win32", "Win32_Foundation", "Win32_Networking", "Win32_Networking_WinSock", "Win32_Security", "Win32_Storage", "Win32_Storage_FileSystem", "Win32_System", "Win32_System_IO", "Win32_System_LibraryLoader", "Win32_System_Pipes", "Win32_System_SystemServices", "Win32_System_WindowsProgramming"] }
|
2022-01-28 16:38:59 +00:00
|
|
|
|
2021-11-19 14:20:35 +00:00
|
|
|
### END HAKARI SECTION
|