-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCargo.toml
More file actions
30 lines (27 loc) · 791 Bytes
/
Cargo.toml
File metadata and controls
30 lines (27 loc) · 791 Bytes
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
[package]
name = "housecraft"
version = "0.3.15"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[profile.release]
debug = true
[dependencies]
anyhow = "1.0.99"
clap = { version = "4.5.45", features = ["derive"] }
clap-verbosity-flag = "3.0.3"
comfy-table = "7.1.1"
console = "0.16.0"
csv = "1.3.0"
env_logger = "0.11.5"
highs-sys = { version = "1.11.0", features = ["highs_release", "ninja"] }
indexmap = { version = "2.10.0", features = ["serde"] }
lazy_static = "1.5.0"
log = "0.4.22"
mimalloc = { version = "0.1.47", default-features = false }
num_cpus = "1.16.0"
once_cell = "1.20.2"
rayon = "1.11.0"
regex = "1.11.0"
serde = { version = "1.0.213", features = ["derive"] }
serde_json = "1.0.142"
stable-vec = "0.4.1"