[package] authors = ["Jason Ozias "] description = "Rust bindings over the Oracle Database Programming Interface for Drivers and Applications" documentation = "http://rustyhorde.github.io/oic-rs" homepage = "http://rustyhorde.github.io/oic-rs" keywords = ["oracle", "driver", "bindings"] license = "MIT/Apache-2.0" name = "oic" readme = "README.md" repository = "https://github.com/rustyhorde/oic-rs" version = "0.1.0" [build-dependencies] bindgen = "0.23.1" gcc = "0.3.45" [dependencies] bitflags = "0.8.2" error-chain = "0.10.0" lazy_static = "0.2.8" rand = "0.3.15" slog = "2.0.2"