# 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-core" version = "2.0.0-delta" authors = ["Michael Färber "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Interpreter for the jaq language" readme = "README.md" keywords = [ "json", "query", "jq", ] categories = [ "parser-implementations", "compilers", ] license = "MIT" repository = "https://github.com/01mf02/jaq" [lib] name = "jaq_core" path = "src/lib.rs" [[test]] name = "path" path = "tests/path.rs" [[test]] name = "tests" path = "tests/tests.rs" [dependencies.dyn-clone] version = "1.0" [dependencies.once_cell] version = "1.16.0" [dependencies.typed-arena] version = "2.0.2" [dev-dependencies.serde_json] version = "1.0" [features] default = ["std"] std = []