[package] name = "iotdb-rs" version = "0.0.2" edition = "2018" license = "Apache-2.0" license-file = "LICENSE" readme = "README.md" authors = ["francis-du "] repository = "https://github.com/francis-du/iotdb-rs" documentation = "https://docs.rs/crate/iotdb" description = "Rust client for Apache IotDB" keywords = ["api", "iotdb","thrift"] [lib] name = "iotdb" path = "src/lib.rs" [dependencies] prettytable-rs = "^0.8" chrono = "0.4.19" thrift = "0.13" log = "0.4.13"