# 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 = "pq" version = "1.4.3" authors = ["Sevag Hanssian "] exclude = [ "pq-bin.tar.gz", "pq", "target/**", ] description = "jq for protobuf" documentation = "https://github.com/sevagh/pq" readme = "README.md" keywords = [ "protobuf", "serde", ] license = "MIT" repository = "https://github.com/sevagh/pq" [profile.release] lto = true debug = 2 panic = "abort" [dependencies.clap] version = "2" [dependencies.default-env] version = "0.1.1" [dependencies.dirs] version = "2.0" [dependencies.erased_serde_json] version = "0.1.3" [dependencies.libc] version = "0.2" [dependencies.openssl] version = "0.10" features = ["vendored"] [dependencies.protobuf] version = "2.3" [dependencies.serde] version = "1.0" [dependencies.serde-protobuf] version = "0.8" [dependencies.serde-transcode] version = ">= 1.1, <2" [dependencies.serde_json] version = "1.0" [dependencies.stream_delimit] version = "0.5.5" [dev-dependencies.assert_cli] version = "0.6" [features] default = ["stream_delimit/with_kafka"]