-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Cargo.toml
46 lines (43 loc) · 1.4 KB
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[workspace]
members = [
"apps/cargo-link2",
"crates/dudy-malloc",
"crates/is-macro",
"crates/hstr",
"crates/default-from-serde",
"crates/st-map",
]
resolver = "2"
[workspace.package]
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/dudykr/ddbase.git"
[workspace.dependencies]
anyhow = "1.0.86"
arrayvec = "0.7.2"
cargo-subcommand-metadata = "0.1"
cargo_metadata = "0.18.1"
clap = "4.5.13"
compact_str = "0.7.1"
criterion = "0.5.1"
hashbrown = { version = "0.14.3", default-features = false }
heck = "0.5.0"
kstring = "2.0.0"
new_debug_unreachable = "1.0.4"
num_cpus = "1.16.0"
once_cell = "1.18.0"
phf = "0.11.2"
proc-macro2 = "1.0.70"
quote = "1.0.33"
rand = "0.8.5"
rayon = "1.8.0"
rkyv = "0.7.42"
rustc-hash = "1.1.0"
serde = { version = "1.0.192", default-features = false }
serde_derive = "1.0.193"
smartstring = "1.0.1"
smol_str = "0.2.0"
string_cache = "0.8.7"
syn = "2.0.39"
toml_edit = "0.22.20"
triomphe = "0.1.11"