Skip to content

Commit

Permalink
haruki
Browse files Browse the repository at this point in the history
Signed-off-by: TennyZhuang <zty0826@gmail.com>
  • Loading branch information
TennyZhuang committed Jan 19, 2023
1 parent daa6422 commit 1d9e7ee
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
6 changes: 5 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 12 additions & 4 deletions src/workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ publish = false

### BEGIN HAKARI SECTION
[dependencies]
ahash = { version = "0.7", features = ["std"] }
ahash = { version = "0.8", features = ["getrandom", "runtime-rng", "std"] }
anyhow = { version = "1", features = ["backtrace", "std"] }
arrayvec = { version = "0.7", default-features = false, features = ["std"] }
auto_enums = { version = "0.7", features = ["futures", "std"] }
bytes = { version = "1", features = ["serde", "std"] }
chrono = { version = "0.4", features = ["clock", "iana-time-zone", "js-sys", "oldtime", "std", "time", "wasm-bindgen", "wasmbind", "winapi"] }
Expand All @@ -29,6 +30,7 @@ criterion = { version = "0.4", features = ["async", "async_futures", "async_toki
crossbeam-channel = { version = "0.5", features = ["crossbeam-utils", "std"] }
crossbeam-deque = { version = "0.8", features = ["crossbeam-epoch", "crossbeam-utils", "std"] }
crossbeam-epoch = { version = "0.9", features = ["alloc", "once_cell", "std"] }
crossbeam-utils = { version = "0.8", features = ["std"] }
either = { version = "1", features = ["use_std"] }
fail = { version = "0.5", default-features = false, features = ["failpoints"] }
fixedbitset = { version = "0.4", features = ["std"] }
Expand All @@ -42,7 +44,8 @@ futures-io = { version = "0.3", features = ["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"] }
hashbrown = { version = "0.12", features = ["ahash", "inline-more", "nightly", "raw"] }
hashbrown-5ef9efb8ec2df382 = { package = "hashbrown", version = "0.12", features = ["ahash", "inline-more", "nightly", "raw"] }
hashbrown-594e8ee84c453af0 = { package = "hashbrown", version = "0.13", features = ["ahash", "inline-more"] }
hdrhistogram = { version = "7", features = ["base64", "crossbeam-channel", "flate2", "nom", "serialization", "sync"] }
hyper = { version = "0.14", features = ["client", "full", "h2", "http1", "http2", "runtime", "server", "socket2", "stream", "tcp"] }
indexmap = { version = "1", default-features = false, features = ["std"] }
Expand All @@ -61,6 +64,7 @@ log = { version = "0.4", default-features = false, features = ["kv_unstable", "s
madsim-tokio = { version = "0.2", default-features = false, features = ["fs", "io-util", "macros", "net", "process", "rt", "rt-multi-thread", "signal", "sync", "time", "tracing"] }
memchr = { version = "2", features = ["std"] }
minimal-lexical = { version = "0.2", default-features = false, features = ["std"] }
miniz_oxide = { version = "0.6", default-features = false, features = ["with-alloc"] }
multimap = { version = "0.8", features = ["serde", "serde_impl"] }
nom = { version = "7", features = ["alloc", "std"] }
num-bigint = { version = "0.4", features = ["std"] }
Expand Down Expand Up @@ -100,8 +104,9 @@ url = { version = "2", features = ["serde"] }
uuid = { version = "1", features = ["fast-rng", "getrandom", "rand", "rng", "serde", "std", "v4"] }

[build-dependencies]
ahash = { version = "0.7", features = ["std"] }
ahash = { version = "0.8", features = ["getrandom", "runtime-rng", "std"] }
anyhow = { version = "1", features = ["backtrace", "std"] }
arrayvec = { version = "0.7", default-features = false, features = ["std"] }
auto_enums = { version = "0.7", features = ["futures", "std"] }
auto_enums_derive = { version = "0.7", default-features = false, features = ["futures", "futures03", "std"] }
bytes = { version = "1", features = ["serde", "std"] }
Expand All @@ -113,6 +118,7 @@ criterion = { version = "0.4", features = ["async", "async_futures", "async_toki
crossbeam-channel = { version = "0.5", features = ["crossbeam-utils", "std"] }
crossbeam-deque = { version = "0.8", features = ["crossbeam-epoch", "crossbeam-utils", "std"] }
crossbeam-epoch = { version = "0.9", features = ["alloc", "once_cell", "std"] }
crossbeam-utils = { version = "0.8", features = ["std"] }
either = { version = "1", features = ["use_std"] }
fail = { version = "0.5", default-features = false, features = ["failpoints"] }
fixedbitset = { version = "0.4", features = ["std"] }
Expand All @@ -126,7 +132,8 @@ futures-io = { version = "0.3", features = ["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"] }
hashbrown = { version = "0.12", features = ["ahash", "inline-more", "nightly", "raw"] }
hashbrown-5ef9efb8ec2df382 = { package = "hashbrown", version = "0.12", features = ["ahash", "inline-more", "nightly", "raw"] }
hashbrown-594e8ee84c453af0 = { package = "hashbrown", version = "0.13", features = ["ahash", "inline-more"] }
hdrhistogram = { version = "7", features = ["base64", "crossbeam-channel", "flate2", "nom", "serialization", "sync"] }
hyper = { version = "0.14", features = ["client", "full", "h2", "http1", "http2", "runtime", "server", "socket2", "stream", "tcp"] }
indexmap = { version = "1", default-features = false, features = ["std"] }
Expand All @@ -145,6 +152,7 @@ log = { version = "0.4", default-features = false, features = ["kv_unstable", "s
madsim-tokio = { version = "0.2", default-features = false, features = ["fs", "io-util", "macros", "net", "process", "rt", "rt-multi-thread", "signal", "sync", "time", "tracing"] }
memchr = { version = "2", features = ["std"] }
minimal-lexical = { version = "0.2", default-features = false, features = ["std"] }
miniz_oxide = { version = "0.6", default-features = false, features = ["with-alloc"] }
multimap = { version = "0.8", features = ["serde", "serde_impl"] }
nom = { version = "7", features = ["alloc", "std"] }
num-bigint = { version = "0.4", features = ["std"] }
Expand Down

0 comments on commit 1d9e7ee

Please sign in to comment.