[package] name = "nextcloud_appstore" version = "0.8.0" authors = ["Christoph Wurst "] description = "Rust library for the Nextcloud app store" readme = "README.md" repository = "https://github.com/ChristophWurst/nextcloud_appstore" keywords = ["nextcloud"] license = "GPL-3.0" exclude = [ ".vscode", ] edition = "2018" [badges] travis-ci = { repository = "ChristophWurst/nextcloud_appstore" } [dependencies] hyper = "0.14" hyper-rustls = { version = "0.22", default-features = false, features = ["webpki-tokio"] } serde = { version = "1.0", features = ["derive" ] } serde_json = "1.0" thiserror = "1.0"