# 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-error" version = "0.12.4" authors = ["Linhe Huo "] build = "build.rs" 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_error" path = "src/lib.rs" [[example]] name = "raise-error" path = "examples/raise-error.rs" [dependencies.anyhow] version = "1" features = ["backtrace"] [dependencies.derive_more] version = "0.99" [dependencies.mdsn] version = "0.2.25" [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0.47" [build-dependencies.rustc_version] version = "0.4.0" [features] default = ["serde"]