# 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 = "influxrs" version = "3.0.1" authors = ["Isak Jägberg "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Provides data types for writing and reading data from InfluxDB 2.0" homepage = "https://github.com/ijagberg/influx" readme = "README.md" keywords = [ "database", "influx", "timeseries", "client", "async", ] categories = ["database"] license = "MIT" repository = "https://github.com/ijagberg/influx" [lib] name = "influxrs" path = "src/lib.rs" [[example]] name = "send_data" path = "examples/send_data.rs" required-features = ["client"] [dependencies.csv] version = "1.3.0" [dependencies.isahc] version = "1.7.2" optional = true [dependencies.log] version = "0.4.8" [dependencies.serde] version = "1.0.210" features = ["derive"] [dev-dependencies.dotenv] version = "0.15.0" [dev-dependencies.pretty_env_logger] version = "0.4.0" [dev-dependencies.tokio] version = "1.40.0" features = ["full"] [features] client = ["dep:isahc"] static = [ "client", "isahc/static-ssl", "isahc/static-curl", ]