[package] name = "spaceapi-dezentrale-server" version = "0.6.0" documentation = "https://docs.rs/spaceapi-server" repository = "https://github.com/spaceapi-community/spaceapi-server-rs" license = "MIT OR Apache-2.0" authors = [ "Raphael Nestler ", "Danilo Bargen ", "Stefan Schindler ", "mrtuxa ", "Moritz Kempe " ] description = "A library that allows you to easily implement a SpaceAPI server." readme = "README.md" keywords = ["spaceapi", "hackerspaces", "status", "api", "server"] include = [ "**/*.rs", "Cargo.toml", "README.md", "CHANGELOG.md", "AUTHORS.md", "LICENSE-MIT", "LICENSE-APACHE", ] edition = "2018" [dependencies] r2d2 = "^0.8.7" redis = { version = "^0.21.1", features = ['r2d2'] } log = "^0.4" iron = "^0.6.1" urlencoded = "^0.6" router = "^0.6" serde = "^1.0" serde_json = "^1.0" spaceapi-dezentrale = "^0.8.999" quick-error = "2.0" [dev-dependencies] env_logger = "^0.9.0"