# 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 = "influxdb_rs" version = "0.2.1" authors = ["Harry Thomas @infosechoudini"] include = [ "**/*.rs", "src/*.rs", "test/*.rs", "benches/*.rs", "examples/*.rs", "Cargo.toml", ] publish = true description = "InfluxDBv2 Rust driver" documentation = "https://docs.rs/influxdb_rs" readme = "README.md" keywords = [ "influxdb", "driver", "client", ] categories = ["database"] license = "MIT/Apache-2.0" repository = "https://github.com/infosechoudini/influxdb-rs" [[bench]] name = "io_bench" path = "benches/io_bench.rs" harness = false [dependencies.bytes] version = "^1" [dependencies.chrono] version = "0.4.19" [dependencies.futures] version = "^0.3.21" [dependencies.reqwest] version = "^0.11" features = ["json"] default-features = false [dependencies.rocket] version = "0.5.0-rc.2" optional = true [dependencies.rocket_db_pools] version = "0.1.0-rc.2" optional = true [dependencies.serde] version = "^1.0.14" features = ["derive"] [dependencies.serde_json] version = "^1.0.82" [dependencies.url] version = "2.2.2" [dev-dependencies.criterion] version = "0.4" features = ["async_tokio"] [dev-dependencies.tempdir] version = "0.3" [dev-dependencies.tokio] version = "1" features = ["full"] [features] default = ["reqwest/rustls-tls"] rocket_driver = [ "rocket_db_pools", "rocket", ]