# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "mssql-browser" version = "0.1.1" authors = ["Wazner"] description = "Rust implementation of the SQL Server Resolution Protocol" homepage = "https://github.com/Wazner/mssql-browser" readme = "README.md" keywords = ["database", "mssql", "sql-server", "sql"] categories = ["database"] license = "MIT OR Apache-2.0" repository = "https://github.com/Wazner/mssql-browser" [package.metadata.docs.rs] all-features = true [[example]] name = "tokio" required-features = ["tokio"] [[example]] name = "async-std" required-features = ["async-std"] [dependencies.async-std] version = "1.5" optional = true [dependencies.async-trait] version = "0.1.29" [dependencies.futures] version = "0.3" [dependencies.tokio] version = "0.2" features = ["io-util", "udp"] optional = true [dev-dependencies.proc-macro2] version = "1.0.10" [dev-dependencies.tokio] version = "0.2" features = ["macros", "time"] [features] default = []