# 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 = "protoql" version = "0.5.0" authors = ["Robert Escriva "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "ProtoQL is the protobuf query language." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/rescrv/blue" [lib] name = "protoql" path = "src/lib.rs" [[bin]] name = "protoql-describe-keys" path = "src/bin/protoql-describe-keys.rs" required-features = ["binaries"] [[bin]] name = "protoql-explain-query" path = "src/bin/protoql-explain-query.rs" required-features = ["binaries"] [[bin]] name = "protoql-explain-schema" path = "src/bin/protoql-explain-schema.rs" required-features = ["binaries"] [[bin]] name = "protoql-schema-to-protobuf" path = "src/bin/protoql-schema-to-protobuf.rs" required-features = ["binaries"] [[test]] name = "properties" path = "tests/properties.rs" [dependencies.buffertk] version = "0.11" [dependencies.nom] version = "7.1" [dependencies.prototk] version = "0.11" [dependencies.prototk_derive] version = "0.11" [dependencies.sst] version = "0.15" [dependencies.tuple_key] version = "0.11" [dependencies.tuple_key_derive] version = "0.9" [dependencies.zerror] version = "0.7" [dependencies.zerror_core] version = "0.11" [dependencies.zerror_derive] version = "0.6" [dev-dependencies.proptest] version = "1.0" [features] binaries = [] default = ["binaries"]