1[package]2name = "jrsonnet-cli"3description = "Utilities for building jrsonnet CLIs"4version = "0.4.2"5authors = ["Yaroslav Bolyukin <iam@lach.pw>"]6license = "MIT"7edition = "2018"8publish = false910[dependencies]11jrsonnet-evaluator = { path = "../../crates/jrsonnet-evaluator", version = "0.4.2", features = [12 "explaining-traces",13] }14jrsonnet-parser = { path = "../../crates/jrsonnet-parser", version = "0.4.2" }15jrsonnet-gc = { version = "0.4.2", features = [16 "derive",17 "unstable-config",18 "unstable-stats",19] }2021[dependencies.clap]22git = "https://github.com/clap-rs/clap"23rev = "f0c5ea5e1503de5c8e74d8c047a799cf51498e83"