opencontainers 0.0.0-alpha.2

OpenContainers Implementation in 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]
edition = "2018"
name = "opencontainers"
version = "0.0.0-alpha.2"
authors = ["Fabian Freyer <fabian.freyer@physik.tu-berlin.de>"]
description = "OpenContainers Implementation in Rust"
keywords = ["container"]
categories = ["api-bindings"]
license = "BSD-3-Clause AND Apache-2.0"
repository = "https://github.com/fubarnetes/opencontainers-rs"
[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.failure]
version = "0.1"

[dependencies.hyperx]
version = "0.13"

[dependencies.log]
version = "0.4.0"

[dependencies.pest]
version = "2.1"

[dependencies.pest_derive]
version = "2.1"

[dependencies.reqwest]
version = "0.9"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.ttl_cache]
version = "0.5.1"

[dependencies.www-authenticate]
version = "0.3.0"
[dev-dependencies.pretty_env_logger]
version = "0.3.0"