# 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] name = "r2d2_odbc" version = "0.5.0" authors = ["Konstantin Salikhov "] description = "ODBC support for the r2d2 connection pool" homepage = "https://github.com/Koka/r2d2-odbc" documentation = "https://docs.rs/r2d2_odbc" keywords = ["odbc", "sql", "pool", "database", "r2d2"] categories = ["database"] license = "MIT" repository = "https://github.com/Koka/r2d2-odbc" [lib] name = "r2d2_odbc" path = "src/lib.rs" test = false [[test]] name = "test" path = "tests/test.rs" [dependencies.lazy_static] version = "1.0" [dependencies.odbc] version = "0.16" [dependencies.odbc-safe] version = "0.5" [dependencies.r2d2] version = "0.8" [badges.appveyor] branch = "master" repository = "Koka/r2d2-odbc" [badges.travis-ci] branch = "master" repository = "Koka/r2d2-odbc"