# 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 = "rbdc-tdengine" version = "4.5.11" authors = ["tzw"] description = "TDengine driver for rbatis" readme = "Readme.md" license = "MIT" [dependencies.bigdecimal] version = "0.2.0" features = ["serde"] [dependencies.chrono] version = "0.4.19" [dependencies.fastdate] version = "0.3" [dependencies.futures-core] version = "0.3.19" default-features = false [dependencies.futures-io] version = "0.3.21" features = ["std"] [dependencies.futures-util] version = "0.3.21" features = [ "alloc", "sink", ] [dependencies.log] version = "0.4" [dependencies.rbdc] version = "4.5" optional = true default-features = false [dependencies.rbs] version = "4.5" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.taos] version = "0.11.2" optional = true default-features = false [dependencies.tokio] version = "1" features = [ "fs", "net", "rt", "rt-multi-thread", "time", "io-util", ] [dependencies.tokio-util] version = "0.7.1" features = ["compat"] [features] default = ["ws"] ws = [ "rbdc/rustls", "taos/ws", ] ws-tls-native-tls = [ "rbdc/tls-native-tls", "taos/ws-native-tls", ] ws-tls-rustls = [ "rbdc/tls-rustls", "taos/ws-rustls", ]