# 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.64" name = "jaq-parse" version = "1.0.3" authors = ["Michael Färber "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Parser for the jaq language" readme = "README.md" keywords = [ "json", "query", "jq", ] categories = ["parser-implementations"] license = "MIT" repository = "https://github.com/01mf02/jaq" [lib] name = "jaq_parse" path = "src/lib.rs" [dependencies.chumsky] version = "0.9.0" default-features = false [dependencies.jaq-syn] version = "1.0.0" [badges.maintenance] status = "deprecated"