# 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-client-rs" version = "0.3.12" authors = ["Mark Liu "] description = "Rust client library for Apache IoTDB" documentation = "https://docs.rs/iotdb-client-rs" readme = "README.md" keywords = [ "iotdb", "iotdb-client-rust", "apache-iotdb", ] categories = ["database"] license = "Apache-2.0" repository = "https://github.com/iotdb-lab/iotdb-client-rs.git" [lib] name = "iotdb" [dependencies.byteorder] version = "1.4" [dependencies.permutation] version = "0.4.0" [dependencies.strum_macros] version = "0.25.3" [dependencies.thrift] version = "0.17.0" [dependencies.typed-builder] version = "0.18.0" [dev-dependencies.chrono] version = "0.4.19" [dev-dependencies.prettytable-rs] version = "0.10.0" [dev-dependencies.structopt] version = "0.3.26"