# 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 = "rinfluxdb-polars" version = "0.2.0" authors = ["Claudio Mattera "] exclude = [".drone.yml"] description = "A library for querying and posting data to InfluxDB" readme = "../Readme.md" keywords = ["influxdb", "timeseries"] categories = ["database"] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/claudiomattera/rinfluxdb" [lib] name = "rinfluxdb_polars" path = "src/lib.rs" [dependencies.chrono] version = "0.4" [dependencies.polars] version = "0.16" features = ["dtype-u64"] [dependencies.rinfluxdb-types] version = "=0.2.0"