# 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.65" name = "jaq" version = "2.0.0-delta" authors = ["Michael Färber "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Just another JSON query tool" readme = "README.md" keywords = [ "json", "query", "jq", ] categories = [ "command-line-utilities", "compilers", "parser-implementations", ] license = "MIT" repository = "https://github.com/01mf02/jaq" [[bin]] name = "jaq" path = "src/main.rs" [[test]] name = "golden" path = "tests/golden.rs" [dependencies.atty] version = "0.2" [dependencies.clap] version = "4.0.0" features = ["derive"] [dependencies.codesnake] version = "0.2" [dependencies.env_logger] version = "0.10.0" default-features = false [dependencies.hifijson] version = "0.2.0" [dependencies.jaq-core] version = "2.0.0-delta" [dependencies.jaq-json] version = "1.0.0-delta" [dependencies.jaq-std] version = "2.0.0-delta" [dependencies.log] version = "0.4.17" [dependencies.memmap2] version = "0.9" [dependencies.mimalloc] version = "0.1.29" optional = true default-features = false [dependencies.tempfile] version = "3.3.0" [dependencies.unicode-width] version = "0.1.13" [dependencies.yansi] version = "1.0.1" [features] default = ["mimalloc"]