# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ksrt" version = "0.1.0" authors = ["Peter Nehrer "] description = "Kafka Schema Registry Tool" keywords = ["kafka", "schema", "protobuf"] license = "MIT" repository = "https://github.com/ecliptical/ksrt" [dependencies.anyhow] version = "1.0" [dependencies.futures] version = "0.3" [dependencies.gumdrop] version = "0.8" [dependencies.log] version = "0.4" [dependencies.prost] version = "0.6" [dependencies.prost-build] version = "0.6" [dependencies.prost-types] version = "0.6" [dependencies.regex] version = "1.4" [dependencies.schema_registry_converter] version = "2.0" features = ["blocking"] default-features = false [dependencies.tempfile] version = "3.1" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.2" [build-dependencies.built] version = "0.4" features = ["chrono", "git2"] [features] default = ["log-level-info"] log-level-debug = ["log/release_max_level_debug"] log-level-info = ["log/release_max_level_info"] log-level-trace = ["log/release_max_level_trace"]