openstack 0.1.0

OpenStack SDK for Rust
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 = "openstack"
version = "0.1.0"
authors = ["Dmitry Tantsur <divius.inside@gmail.com>"]
description = "OpenStack SDK for Rust"
homepage = "https://dtantsur.github.io/rust-openstack/openstack/"
documentation = "https://dtantsur.github.io/rust-openstack/openstack/"
readme = "README.md"
keywords = ["api", "cloud", "openstack"]
categories = ["api-bindings"]
license = "Apache-2.0"
repository = "https://github.com/dtantsur/rust-openstack"

[lib]
name = "openstack"
path = "src/lib.rs"
[dependencies.chrono]
version = "^0.4"
features = ["serde"]

[dependencies.fallible-iterator]
version = "^0.1"

[dependencies.log]
version = "^0.4"

[dependencies.reqwest]
version = "^0.8.4"

[dependencies.serde]
version = "^1.0"

[dependencies.serde_derive]
version = "^1.0"

[dependencies.serde_json]
version = "^1.0"

[dependencies.waiter]
version = "^0.1"
[dev-dependencies.env_logger]
version = "^0.5"

[features]
compute = []
default = ["compute", "image", "network"]
image = []
network = []
[badges.travis-ci]
repository = "dtantsur/rust-openstack"