# 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 = "iotdb" version = "0.0.7" authors = ["francis-du "] description = "Apache IotDB Client written in Rust" documentation = "https://docs.rs/iotdb" readme = "README.md" keywords = ["client", "iotdb", "lib", "db"] license = "Apache-2.0" repository = "https://github.com/iotdb-lab/iotdb-rs" resolver = "2" [dependencies.anyhow] version = "1.0.53" [dependencies.byteorder] version = "1" [dependencies.chrono] version = "0.4" [dependencies.log] version = "0.4.13" [dependencies.mimalloc] version = "0.1" default-features = false [dependencies.polars] version = "0.19.1" [dependencies.prettytable-rs] version = "^0.8" [dependencies.thiserror] version = "1.0" [dependencies.thrift] version = "0.15" [dev-dependencies.simplelog] version = "0.11.0"