[package] name = "spaceapi" version = "0.9.0" repository = "https://github.com/spaceapi-community/spaceapi-rs/" license = "MIT OR Apache-2.0" authors = [ "Raphael Nestler ", "Danilo Bargen ", "Stefan Schindler ", ] description = "SpaceAPI types and serialization/deserialization." readme = "README.md" keywords = ["spaceapi", "hackerspaces", "status", "api"] categories = ["api-bindings"] include = [ "**/*.rs", "Cargo.toml", "README.md", "LICENSE-MIT", "LICENSE-APACHE", "AUTHORS.md", ] edition = "2021" rust-version = "1.56" [dependencies] log = "^0.4" serde = { version = "1.0", features = ["derive"] } serde_json = "^1.0" thiserror = "1.0"