[package] name = "usercheck" description = "Rust client for the UserCheck API" version = "0.2.0" license = "MIT" documentation = "https://docs.rs/usercheck" homepage = "https://github.com/nemuelw/usercheck" repository = "https://github.com/nemuelw/usercheck" edition = "2021" authors = ["Nemuel Wainaina"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.86" reqwest = { version = "0.12.5", features = ["json"] } serde = "1.0.204" serde_derive = "1.0.204" tokio = { version = "1.39.2", features = ["full"] }