[package] name = "nextcloud_analytics_rs" version = "0.1.0" authors = ["Benjamin Bouvier "] edition = "2018" description = "Small Rust wrapper to use the Nextcloud Analytics API" license = "GPL-3.0-or-later" repository = "https://github.com/bnjbvr/nextcloud_analytics_rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] reqwest = { version = "0.10.7", features = ["blocking"] } json = "0.12.4" chrono = "0.4.15"