# 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" rust-version = "1.60" name = "r2d2-oracle" version = "0.7.0" authors = ["Ralph Ursprung "] description = "Oracle support for the r2d2 connection pool" readme = "README.md" keywords = [ "oracle", "sql", "pool", "r2d2", ] categories = ["database"] license = "MIT OR Apache-2.0" repository = "https://github.com/rursprung/r2d2-oracle" [dependencies.oracle] version = "0.6" [dependencies.r2d2] version = "0.8" [features] chrono = ["oracle/chrono"]