# 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" name = "ceph-async" version = "4.0.5" authors = [ "Chris Jones ", "Chris Holcombe ", "Chris MacNaughton ", "Yifang Sun ", ] description = """ Forked from official ceph-rust. Async pr from jcsp was merged. A rust-lang specific interface to Ceph librados and Admin Sockets. You can create a Ceph development environment with the Chef automation tools: https://github.com/bloomberg/chef-bcs or with ceph-ansible. Chef-bcs uses the ceph-chef cookbook created and manage at github.com/ceph/ceph-chef. It will build out a full Ceph environment which you can then use for development etc. See README.md for details. """ homepage = "https://github.com/YifangSun/ceph-rust" documentation = "https://docs.rs/ceph" readme = "README.md" keywords = [ "ceph", "storage", ] categories = ["filesystem"] license = "Apache-2.0" repository = "https://github.com/YifangSun/ceph-rust" [dependencies.bitflags] version = "1.2.1" [dependencies.byteorder] version = "1" [dependencies.futures] version = "~0.3" features = ["thread-pool"] [dependencies.libc] version = "~0.2" [dependencies.nix] version = "0.21" [dependencies.nom] version = "6" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1" [dependencies.tracing] version = "0.1" [dependencies.uuid] version = "~0.8" features = ["serde"] [features] default = [] rados_striper = []