# 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 = "rados_hi" version = "0.2.4" authors = ["Artem "] description = "Opinionated high-level wrapper for librados (Ceph)." keywords = ["ceph", "database", "distributed"] categories = ["asynchronous", "filesystem"] license = "MIT" repository = "https://github.com/ArtemGr/rados.hi.rs" [lib] name = "rados_hi" crate-type = ["rlib"] path = "src/lib.rs" doctest = false [[example]] name = "bench" path = "examples/bench.rs" [dependencies.gstuff] version = "0.4" [dependencies.futures] version = "0.1" [dependencies.libc] version = "0.2" [dependencies.ceph-rust] version = "0.1" [dev-dependencies.scoped-pool] version = "1" [dev-dependencies.timeit] version = "0.1" [dev-dependencies.rand] version = "0.3"