# 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 = "ksqldb" version = "0.1.0-alpha.6" authors = ["Naaman "] include = ["**/*.rs", "Cargo.toml"] description = "A thin wrapper around the KSQL DB REST API to make it more ergonomic to work with." readme = "readme.md" categories = ["api-bindings", "asynchronous", "database"] license = "Apache-2.0" repository = "https://github.com/naamancurtis/ksql-db-rs" [dependencies.bytes] version = "^1.0" [dependencies.chrono] version = "^0.4" [dependencies.futures-core] version = "^0.3" [dependencies.futures-util] version = "^0.3" [dependencies.lazy_static] version = "^1.4" optional = true [dependencies.pin-project-lite] version = "0.2.4" optional = true [dependencies.regex] version = "1.4.3" optional = true [dependencies.reqwest] version = "^0.11" features = ["json", "stream"] [dependencies.serde] version = "^1.0" features = ["derive"] [dependencies.serde_json] version = "^1.0" [dependencies.thiserror] version = "^1.0" [dependencies.tracing] version = "^0.1" optional = true [dependencies.tracing-futures] version = "^0.2" optional = true [dev-dependencies.tokio] version = "1.2.0" features = ["full"] [features] default = ["http2"] http1 = ["regex", "pin-project-lite", "lazy_static"] http2 = ["pin-project-lite"] trace = ["tracing", "tracing-futures"]