# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.74" name = "rsjsonnet" version = "0.3.0" authors = ["Eduardo Sánchez Muñoz "] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "A command line Jsonnet implementation" readme = "README.md" keywords = [ "jsonnet", "cli", ] license = "MIT OR Apache-2.0" repository = "https://github.com/eduardosm/rsjsonnet" [[bin]] name = "rsjsonnet" path = "src/main.rs" [[test]] name = "ui" path = "tests/ui/main.rs" harness = false [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.mimalloc] version = "0.1.43" [dependencies.rsjsonnet-front] version = "0.3.0" features = ["crossterm"] [dependencies.rsjsonnet-lang] version = "0.3.0" [dev-dependencies.libtest-mimic] version = "0.8.1" [dev-dependencies.serde] version = "1.0.214" features = ["derive"] [dev-dependencies.toml] version = "0.8.19" [dev-dependencies.unified-diff] version = "0.2.1"