# 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 = "bb8-tiberius" version = "0.15.0" authors = ["Jacob Brown "] description = "bb8 connection manager for Tiberius" readme = "README.md" keywords = [ "mssql", "tiberius", "database", "pool", ] license = "MIT" repository = "https://github.com/kardeiz/bb8-tiberius" [dependencies.async-std] version = "1.9.0" optional = true [dependencies.async-trait] version = "0.1.42" [dependencies.bb8] version = "0.8" [dependencies.thiserror] version = "1.0.23" [dependencies.tiberius] version = "0.12" default-features = false [dependencies.tokio] version = "1.1.0" features = ["net"] optional = true [dependencies.tokio-util] version = "0.7" features = ["compat"] optional = true [dev-dependencies.tokio] version = "1.1.0" features = [ "macros", "rt-multi-thread", ] [features] chrono = ["tiberius/chrono"] default = [ "chrono", "tds73", "with-tokio", "sql-browser", "tiberius/winauth", ] sql-browser = ["tiberius/sql-browser-tokio"] tds73 = ["tiberius/tds73"] tls = ["tiberius/rustls"] with-async-std = ["async-std"] with-tokio = [ "tokio", "tokio-util", ]