git.delta.rocks / jrsonnet / refs/commits / 521a65806d80

difftreelog

source

crates/nix-eval/Cargo.toml742 Bsourcehistory
1[package]2name = "nix-eval"3version.workspace = true4build = "build.rs"5edition.workspace = true6rust-version.workspace = true78[dependencies]9anyhow.workspace = true10better-command.workspace = true11nixlike.workspace = true12serde = { workspace = true, features = ["derive"] }13serde_json.workspace = true14thiserror.workspace = true15tokio = { workspace = true, features = ["io-util", "process"] }16tokio-util.workspace = true17tracing.workspace = true1819cxx = "1.0.168"20futures = "0.3.31"21itertools = "0.14.0"22r2d2 = "0.8.10"23regex = "1.11.1"24test-log = { version = "0.2.18", features = ["trace"] }25unindent = "0.2.4"26tracing-indicatif = "0.3.13"27ctor = "0.5.0"2829[build-dependencies]30bindgen = "0.72.0"31cxx-build = "1.0.168"32pkg-config = "0.3.30"