# 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.63" name = "jaq-interpret" version = "1.5.0" authors = ["Michael Färber "] description = "Interpreter for the jaq language" readme = "README.md" keywords = [ "json", "query", "jq", ] categories = ["compilers"] license = "MIT" repository = "https://github.com/01mf02/jaq" [dependencies.ahash] version = "0.8.6" [dependencies.dyn-clone] version = "1.0" [dependencies.hifijson] version = "0.2.0" optional = true [dependencies.indexmap] version = "2.0" [dependencies.jaq-syn] version = "1.1.0" [dependencies.once_cell] version = "1.16.0" [dependencies.serde_json] version = "1.0.81" optional = true [dev-dependencies.jaq-parse] version = "1.0.0" [features] default = [ "std", "hifijson", "serde_json", ] std = []