# 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-mssql" version = "4.5.5" authors = ["ce "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The Rust SQL Toolkit and ORM Library. An async, pure Rust SQL crate featuring compile-time Dynamic SQL" homepage = "https://rbatis.github.io/rbatis.io" documentation = "https://rbatis.github.io/rbatis.io" readme = "Readme.md" keywords = [ "database", "orm", "mysql", "postgres", "sqlite", ] categories = ["database"] license = "Apache-2.0" repository = "https://github.com/rbatis/rbatis" [lib] name = "rbdc_mssql" path = "src/lib.rs" [dependencies.byteorder] version = "1.4.3" [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.rust_decimal] version = "1.25.0" [dependencies.tiberius] version = "0.12" features = [ "chrono", "bigdecimal", "rust_decimal", "tds73", ] optional = true default-features = false [dependencies.tokio] version = "1" features = ["net"] default-features = false [dependencies.tokio-util] version = "0.7.1" features = ["compat"] [dependencies.uuid] version = "1.1.2" [features] default = ["tls-rustls"] tls-native-tls = [ "rbdc/tls-native-tls", "tiberius/native-tls", ] tls-rustls = [ "rbdc/tls-rustls", "tiberius/rustls", ]