# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "spaceapi-dezentrale-server" version = "0.6.0" authors = [ "Raphael Nestler ", "Danilo Bargen ", "Stefan Schindler ", "mrtuxa ", "Moritz Kempe ", ] include = [ "**/*.rs", "Cargo.toml", "README.md", "CHANGELOG.md", "AUTHORS.md", "LICENSE-MIT", "LICENSE-APACHE", ] description = "A library that allows you to easily implement a SpaceAPI server." documentation = "https://docs.rs/spaceapi-server" readme = "README.md" keywords = [ "spaceapi", "hackerspaces", "status", "api", "server", ] license = "MIT OR Apache-2.0" repository = "https://github.com/spaceapi-community/spaceapi-server-rs" [dependencies.iron] version = "^0.6.1" [dependencies.log] version = "^0.4" [dependencies.quick-error] version = "2.0" [dependencies.r2d2] version = "^0.8.7" [dependencies.redis] version = "^0.21.1" features = ["r2d2"] [dependencies.router] version = "^0.6" [dependencies.serde] version = "^1.0" [dependencies.serde_json] version = "^1.0" [dependencies.spaceapi-dezentrale] version = "^0.8.999" [dependencies.urlencoded] version = "^0.6" [dev-dependencies.env_logger] version = "^0.9.0"