# 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.3.0" authors = ["Jonathan Anderson "] 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" [dependencies.chrono-humanize] version = "0.0" [dependencies.diesel] version = "1.3.2" features = ["chrono", "postgres"] [dependencies.dotenv] version = "0.13" [dependencies.hyper] version = "0.10.4" [dependencies.hyper-native-tls] version = "0.2" [dependencies.itertools] version = "0.7" [dependencies.marksman_escape] version = "0.1.2" [dependencies.maud] version = "0.18.1" features = ["rocket"] [dependencies.native-tls] version = "0.1.1" [dependencies.rand] version = "0.5" [dependencies.rocket] version = "0.3.16" [dependencies.rocket_codegen] version = "0.3.16" [dependencies.rust-crypto] version = "0.2" [dependencies.rustc-serialize] version = "0.3" [dependencies.url] version = "1.7" [build-dependencies.vergen] version = "0.1.1" [badges.maintenance] status = "actively-developed" [badges.travis-ci] repository = "musec/clowder"