clowder 0.2.9

Software to manage user-reserved bare-metal netbooting machines
# 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 = "clowder"
version = "0.2.9"
authors = ["Jonathan Anderson <jonathan.anderson@mun.ca>"]
build = "build.rs"
description = "Software to manage user-reserved bare-metal netbooting machines"
documentation = "https://docs.rs/crate/clowder"
readme = "README.md"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/musec/clowder"
[dependencies.chrono]
version = "0.4.0"

[dependencies.chrono-humanize]
version = "0.0.10"

[dependencies.diesel]
version = "0.16.0"
features = ["chrono"]

[dependencies.diesel_codegen]
version = "0.16.0"
features = ["postgres"]

[dependencies.dotenv]
version = "0.8.0"

[dependencies.hyper]
version = "0.10.4"

[dependencies.hyper-native-tls]
version = "0.2.2"

[dependencies.itertools]
version = "0.7.2"

[dependencies.marksman_escape]
version = "0.1.2"

[dependencies.maud]
version = "0.17.1"
features = ["rocket"]

[dependencies.native-tls]
version = "0.1.1"

[dependencies.rand]
version = "0.3"

[dependencies.rocket]
version = "0.3.3"

[dependencies.rocket_codegen]
version = "0.3.3"

[dependencies.rust-crypto]
version = "^0.2"

[dependencies.rustc-serialize]
version = "0.3.22"

[dependencies.url]
version = "1.4.0"
[build-dependencies.vergen]
version = "0.1.1"
[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
repository = "musec/clowder"