# 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 = "oci_rs" version = "0.8.0" authors = ["Huw Wynn-Jones "] description = "This crate provides a Rust wrapper to the Oracle Call Interface (OCI) library." homepage = "https://github.com/huwwynnjones/oci_rs" documentation = "https://docs.rs/crate/oci_rs/" readme = "CRATEREADME.md" keywords = ["oracle", "database", "sql", "oci", "db"] categories = ["database", "api-bindings"] license = "MIT" repository = "https://github.com/huwwynnjones/oci_rs" [dependencies.byteorder] version = "1.0.0" [dependencies.chrono] version = "0.4.0" [dependencies.libc] version = "0.2.23" [build-dependencies.build-helper] version = "0.1.1"