# 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 = "odbc-futures" version = "0.2.2" authors = ["Nazar Mishturak "] description = "Asynchronous ODBC 3.8 wrapper" homepage = "https://gitlab.com/nazarmx/odbc-futures" documentation = "https://nazarmx.gitlab.io/odbc-futures/odbc_futures/" keywords = ["odbc", "binding", "sql", "database", "db"] categories = ["api-bindings", "database", "asynchronous"] license = "MIT" repository = "https://gitlab.com/nazarmx/odbc-futures" [dependencies.bitflags] version = "1.0.4" [dependencies.chrono] version = "0.4.6" optional = true [dependencies.failure] version = "0.1.3" [dependencies.failure_derive] version = "0.1.3" [dependencies.futures] version = "0.1.25" [dependencies.futures-state-stream] version = "0.2.0" [dependencies.odbc-futures-derive] version = "0.1.1" [dependencies.odbc-sys] version = "0.7.0" [dependencies.uuid] version = "0.7.1" optional = true [dev-dependencies.lazy_static] version = "1.2.0" [dev-dependencies.tokio] version = "0.1.11" [features] cancellation = [] default = ["chrono", "uuid"] [badges.gitlab] repository = "nazarmx/odbc-futures"