-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
35 lines (32 loc) · 1.12 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
[package]
name = "charon-rudra"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.89"
bitflags = "2.6.0"
charon = { git = "https://github.com/AeneasVerif/charon", branch = "main", default-features = false }
chrono = "0.4.38"
clap = { version = "4.5", features = ["derive", "env"] }
fern = "0.6.2"
if_chain = "1.0.2"
log = "0.4.22"
maplit = { version = "1.0.2" }
once_cell = { version = "1.20.1" }
parking_lot = "0.12.3"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = { version = "1.0.128", features = ["unbounded_depth"] }
serde_stacker = "0.1.11"
snafu= "0.8.5"
take_mut = "0.2.2"
termcolor = "1.4.1"
toml = "0.8.19"
tracing-subscriber = { version = "0.3", features = [ "env-filter", "std", "fmt" ] }
tracing-tree = { git = "https://github.com/Nadrieril/tracing-tree", features = [ "time" ] } # Fork with improved formating and timing info.
tracing = { version = "0.1", features = [ "max_level_trace" ] }
prefer-dynamic = "0" # for dynamic linking
[[bin]]
name = "cargo-charon-rudra"
path = "src/main.rs"
[dev-dependencies]
prefer-dynamic = { version = "0", features = ["link-test"] } # for dynamic linking