# 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 = "pinot-client-rust" version = "1.0.0" description = "A rust library to query Apache Pinot." homepage = "https://github.com/yougov/pinot-client-rust" readme = "README.md" license = "MIT" repository = "https://github.com/yougov/pinot-client-rust" resolver = "2" [dependencies.async-trait] version = "~0.1" [dependencies.bimap] version = "~0.6" features = ["serde"] [dependencies.chrono] version = "~0.4" features = ["serde"] [dependencies.hex] version = "~0.4" [dependencies.http] version = "~0.2" [dependencies.log] version = "~0.4" [dependencies.num] version = "~0.4" [dependencies.rand] version = "~0.8" [dependencies.reqwest] version = "~0.11" features = [ "json", "blocking", ] [dependencies.serde] version = "~1.0" features = ["derive"] [dependencies.serde_json] version = "~1.0" [dependencies.thiserror] version = "~1.0" [dependencies.zookeeper] version = "~0.6" [dev-dependencies.tokio] version = "~1.18" features = ["macros"] [dev-dependencies.uuid] version = "~0.8" features = ["v4"] [features] async = []