# 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 = "serde-query-core" version = "0.2.0" description = "Serde-compatible streaming data-query language with a jq-like syntax" keywords = ["serde"] categories = ["encoding"] license = "MIT OR Apache-2.0" repository = "https://github.com/pandaman64/serde-query/" resolver = "1" [dependencies.logos] version = "0.12.1" [dependencies.proc-macro-error] version = "1.0.4" [dependencies.proc-macro2] version = "1.0.51" [dependencies.quote] version = "1.0.23" [dependencies.syn] version = "1.0.107" [dev-dependencies.k9] version = "0.11.6" [dev-dependencies.prettyplease] version = "0.1.23" [dev-dependencies.serde] version = "1.0.152" [dev-dependencies.serde_json] version = "1.0.92"