# 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 = "rad" version = "0.5.0" authors = ["Sean Leffler "] description = "A type-safe, high-level interface to librados using the low-level C bindings from ceph-rust." homepage = "https://github.com/sdleffler/rad-rs/" documentation = "https://docs.rs/rad/" readme = "README.md" keywords = ["librados", "rados", "ceph", "safe", "storage"] categories = ["api-bindings", "asynchronous", "concurrency", "database"] license = "MPL-2.0" repository = "https://github.com/sdleffler/rad-rs/" [dependencies.futures] version = "0.1.16" [dependencies.error-chain] version = "0.11.0" [dependencies.ffi-pool] version = "0.1.1" [dependencies.ceph-rust] version = "0.1.17" [dependencies.libc] version = "0.2.23" [dependencies.lazy_static] version = "0.2.8" [dependencies.stable_deref_trait] version = "1.0.0" [dependencies.chrono] version = "0.4.0" [dev-dependencies.rand] version = "0.3.16" [features] integration-tests = []