# 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 = "data-query" version = "0.1.6" authors = ["Anders Blenstrup-Pedersen "] description = "Query library that allows for Querying Serializable data using string queries" readme = "README.md" keywords = [ "serde", "query", ] categories = [""] license = "MIT" repository = "https://github.com/nebula-technologies/data-query" resolver = "2" [dependencies.data-query-lexical] version = "^0.1" [dependencies.data-query-proc] version = "^0.1" [dependencies.jq-rs] version = "0.4.1" features = [] [dependencies.railsgun] version = "1.0.3" [dependencies.regex] version = "1.5.6" [dependencies.serde] version = "1.0.137" [dependencies.serde_derive] version = "1.0.137" [dependencies.serde_json] version = "1.0.81" [features] default = [] jq = []