-
Notifications
You must be signed in to change notification settings - Fork 103
Expand file tree
/
Copy pathCargo.toml
More file actions
46 lines (43 loc) · 1.02 KB
/
Cargo.toml
File metadata and controls
46 lines (43 loc) · 1.02 KB
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 = [
"typify",
"typify-impl",
"typify-macro",
"typify-test",
"cargo-typify",
"example-build",
"example-macro",
]
resolver = "2"
[workspace.dependencies]
typify = { version = "0.4.3", path = "typify" }
typify-impl = { version = "0.4.3", path = "typify-impl" }
typify-macro = { version = "0.4.3", path = "typify-macro" }
assert_cmd = "2.0.17"
chrono = { version = "0.4.41", features = ["serde"] }
clap = { version = "4.5.47", features = ["derive"] }
color-eyre = "0.6"
env_logger = "0.11"
expectorate = "1.2.0"
glob = "0.3.3"
heck = "0.5.0"
ipnetwork = { version = "0.21.1", features = ["schemars"] }
log = "0.4.28"
newline-converter = "0.3.0"
paste = "1.0.15"
prettyplease = "0.2.37"
proc-macro2 = "1.0.101"
quote = "1.0.40"
regress = "0.10.4"
rustfmt-wrapper = "0.2.1"
schema = "0.1.0"
schemars = "0.8.22"
semver = "1.0.26"
serde = "1.0.219"
serde_json = "1.0.143"
syn = { version = "2.0.106", features = ["full"] }
tempdir = "0.3.7"
thiserror = "2.0.16"
trybuild = "1.0.110"
unicode-ident = "1.0.18"
uuid = "1.16.0"