# 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" name = "jaq-syn" version = "1.6.0" authors = ["Michael Färber "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Parser for the jq language" readme = "README.md" keywords = [ "json", "query", "jq", ] categories = ["parser-implementations"] license = "MIT" repository = "https://github.com/01mf02/jaq" [lib] name = "jaq_syn" path = "src/lib.rs" [dependencies.serde] version = "1.0.137" features = ["derive"] optional = true [features] default = ["serde"]