ceph 0.4.2

Official Ceph-rust. 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.
Documentation
# 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"
version = "0.4.2"
authors = ["Chris Jones <chris.jones@lambdastack.io>", "Chris Holcombe <xfactor973@gmail.com>", "Chris MacNaughton <chris@centaurisolutions.nl>"]
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.libc]
version = "0.2"

[dependencies.nom]
version = "~1.2"

[dependencies.uuid]
version = "~0.5"
features = ["use_std", "serde"]

[dependencies.rustc-serialize]
version = "~0.3"

[dependencies.serde_derive]
version = "~1.0"

[dependencies.serde]
version = "~1.0"

[dependencies.byteorder]
version = "1"

[dependencies.log]
version = "~0.3"

[dependencies.bitflags]
version = "~0.7"

[dependencies.serde_json]
version = "~1.0"
[badges.travis-ci]
repository = "ceph/ceph-rust"
branch = "master"