evix 0.3.2

Evaluate a Nix expression and stream derivation info as JSON lines
[package]
name         = "evix"
description  = "Evaluate a Nix expression and stream derivation info as JSON lines"
edition      = "2024"
version      = "0.3.2"
rust-version = "1.90.0"
license      = "EUPL-1.2"
repository   = "https://github.com/manic-systems/evix"
readme       = true

[features]
default = [ "flake" ]
flake   = [ "nix-bindings/flake" ]

[dependencies]
anyhow             = "1.0.12"
libc               = "0.2.186"
nix-bindings       = { version = "0.2347.4", features = [ "full" ] }
pound              = "0.1.6"
serde              = { version = "1.0.228", features = [ "derive" ] }
serde_json         = "1.0.150"
tracing            = "0.1.41"
tracing-subscriber = { version = "0.3.19", features = [ "env-filter" ] }