# 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" rust-version = "1.65" name = "taos-optin" version = "0.12.4" authors = ["Linhe Huo "] build = false exclude = [ "tests/", "examples", "docker-compose.yml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Driver for TDengine - a timeseries database and analysis platform" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/taosdata/taos-connector-rust.git" [lib] name = "taos_optin" path = "src/lib.rs" [dependencies.anyhow] version = "1" [dependencies.async-trait] version = "0.1" [dependencies.bytes] version = "1.2" [dependencies.cfg-if] version = "1.0.0" [dependencies.derive_more] version = "0.99" [dependencies.dlopen2] version = "0.6.1" [dependencies.fun_time] version = "0.3.4" [dependencies.itertools] version = "0.13.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.num_enum] version = "0.7.0" [dependencies.once_cell] version = "1.10.0" [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0" [dependencies.serde_repr] version = "0.1.7" optional = true [dependencies.taos-macros] version = "0.*" [dependencies.taos-query] version = "0.12.4" [dependencies.tracing] version = "0.1" features = ["log"] [dev-dependencies.anyhow] version = "1" [dev-dependencies.pretty_env_logger] version = "0.5.0" [dev-dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.tokio] version = "1" features = ["full"] [features] backport = [] default = ["backport"] serde1 = [ "serde", "serde_repr", ]