[package] name = "statehub-api" version = "0.0.13" edition = "2021" license = "MIT OR Apache-2.0" repository = "https://gitlab.com/statehub/statehub-api-rs" categories = ["api-bindings"] description = "Statehub REST API Rust client" keywords = ["statehub", "rest", "api", "client"] rust-version = "1.58.0" [dependencies] chrono = { version = "0.4", features = ["serde"] } http = "0.2" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" serde_with = "1.8" statehub-location = "0.5" thiserror = "1.0" uuid = { version = "0.8", features = ["serde"] }