# 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] edition = "2018" name = "ceph" version = "3.2.5" authors = ["Chris Jones ", "Chris Holcombe ", "Chris MacNaughton "] description = "Official Ceph-rust. A rust-lang specific interface to Ceph librados and Admin Sockets. You can create a Ceph development environment with the\nChef automation tools: https://github.com/bloomberg/chef-bcs or with ceph-ansible. Chef-bcs uses the ceph-chef cookbook\ncreated and manage at github.com/ceph/ceph-chef. It will build out a full Ceph environment which you can then use\nfor development etc. See README.md for details.\n" homepage = "https://github.com/ceph/ceph-rust" documentation = "https://docs.rs/ceph" readme = "README.md" keywords = ["ceph", "storage"] categories = ["filesystem"] license = "Apache-2.0" repository = "https://github.com/ceph/ceph-rust" [dependencies.bitflags] version = "1.2.1" [dependencies.byteorder] version = "1" [dependencies.libc] version = "~0.2" [dependencies.nix] version = "0.18" [dependencies.nom] version = "5" [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 = []