# 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 = "libtaos" version = "0.4.5" authors = ["Linhe Huo "] description = "TDengine Client for Rust" homepage = "https://github.com/taosdata/libtaos-rs" documentation = "https://docs.rs/libtaos" readme = "README.md" keywords = [ "TDengine", "taos", "r2d2", "database", "tsdb", ] license = "MIT" repository = "https://github.com/taosdata/libtaos-rs.git" [dependencies.bstr] version = "0.2" [dependencies.cfg-if] version = "1.0.0" [dependencies.chrono] version = "0.4.19" [dependencies.derive_builder] version = "0.11.2" [dependencies.futures] version = "0.3" [dependencies.itertools] version = "0.10.0" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4.14" [dependencies.mdsn] version = "=0.2.1" [dependencies.num_enum] version = "0.5.1" [dependencies.paste] version = "1" [dependencies.r2d2] version = "0.8" optional = true [dependencies.reqwest] version = "0.11.3" features = ["json"] optional = true default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_repr] version = "0.1" [dependencies.stdext] version = "0.3.0" [dependencies.thiserror] version = "1.0" [dev-dependencies.coverage-helper] version = "0.1" [dev-dependencies.env_logger] version = "0.9.0" [dev-dependencies.proc-test-catalog] version = "0.1.0" [dev-dependencies.test-catalog] version = "0.1.0" [dev-dependencies.tokio] version = "1.15.0" features = ["full"] [build-dependencies.bindgen] version = "0.60.1" optional = true [features] cleanup = [] default = [ "stmt", "schemaless", ] rest = ["reqwest"] schemaless = [] stmt = []