# 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 = "2018" name = "serde-query" version = "0.2.0" authors = ["pandaman64 "] description = "Serde-compatible streaming data-query language with a jq-like syntax" readme = "README.md" keywords = ["serde"] categories = ["encoding"] license = "MIT OR Apache-2.0" repository = "https://github.com/pandaman64/serde-query/" [dependencies.serde] version = "1.0.115" [dependencies.serde-query-derive] version = "0.2.0" optional = true [dev-dependencies.k9] version = "0.11.6" [dev-dependencies.serde_json] version = "1.0.57" [dev-dependencies.trybuild] version = "1.0.41" [dev-dependencies.ureq] version = "1.4.0" [features] default = ["derive"] derive = ["serde-query-derive"]