# 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 = "ceph-rust" version = "0.1.17" authors = ["Chris Jones ", "Chris Holcombe"] 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/lambdastackio/ceph-rust" documentation = "https://lambdastackio.github.io/ceph-rust/ceph_rust" readme = "README.md" keywords = ["ceph", "storage"] license = "Apache-2.0" repository = "https://github.com/ceph/ceph-rust" [dependencies.rustc-serialize] version = "~0.3" [dependencies.nom] version = "~1.2" [dependencies.bitflags] version = "~0.7" [dependencies.libc] version = "0.2" [dependencies.uuid] version = "~0.3" features = ["use_std"] [dependencies.byteorder] version = "1"