[package]
name = "nix_rs"
version = "0.5.0"
license = "Apache-2.0"
repository = "https://github.com/juspay/nix-rs"
description = "Rust library for interacting with the Nix command"
edition = "2021"
[lib]
crate-type = ["cdylib", "rlib"]
[dependencies]
cfg-if = "1"
regex = "1.9.3"
os_info = "3.7.0"
thiserror = "1.0"
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0"
serde_with = { version = "3.2", features = ["json"] }
tokio = { version = "1.29", features = ["full"] }
tracing = "0.1"
url = { version = "2.4", features = ["serde"] }
colored = { version = "2.0" }
shell-words = { version = "1.1.0" }
is_proc_translated = { version = "0.1.1" }
sysinfo.version = "0.29.10"
bytesize = { version = "1.3.0", features = ["serde"] }
clap = { version = "4.4", features = ["derive"], optional = true }
[features]
clap = ["dep:clap"]