# 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-json" version = "1.0.0" authors = ["Michael Färber "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "JSON values for jaq" readme = "README.md" keywords = [ "json", "query", "jq", ] categories = ["data-structures"] license = "MIT" repository = "https://github.com/01mf02/jaq" [lib] name = "jaq_json" path = "src/lib.rs" [[test]] name = "defs" path = "tests/defs.rs" [[test]] name = "funs" path = "tests/funs.rs" [dependencies.foldhash] version = "0.1" default-features = false [dependencies.hifijson] version = "0.2.0" features = ["alloc"] optional = true default-features = false [dependencies.indexmap] version = "2.0" default-features = false [dependencies.jaq-core] version = "2.0.0" [dependencies.jaq-std] version = "2.0.0" [dependencies.serde_json] version = "1.0.81" optional = true default-features = false [features] default = ["parse"] parse = ["hifijson"]