# 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" rust-version = "1.54.0" name = "oracle" version = "0.5.8" authors = ["Kubo Takehiro "] build = "build.rs" description = "Oracle binding" readme = "README.md" keywords = [ "oracle", "database", ] license = "UPL-1.0/Apache-2.0" repository = "https://github.com/kubo/rust-oracle" [package.metadata.docs.rs] features = [ "chrono", "aq_unstable", ] [dependencies.chrono] version = "0.4" features = ["clock"] optional = true default-features = false [dependencies.lazy_static] version = "1.3.0" [dependencies.oracle_procmacro] version = "0.1.2" [dependencies.paste] version = "1.0.5" [dev-dependencies.uuid] version = "0.8" [build-dependencies.cc] version = "1.0" [features] aq_unstable = [] stmt_without_lifetime = []