[package] name = "xe621" version = "0.6.3" authors = ["nasso ", "Xe "] edition = "2018" description = "Rust crate for the E621 API (a large online archive of furry art)." repository = "https://github.com/Xe-forks/rs621" readme = "README.md" keywords = ["e621", "e926", "furry", "api", "client"] categories = ["api-bindings"] license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] custom_error = "1" urlencoding = "1" chrono = "0" serde_json = "1" reqwest = { version = "0.10", features = ["blocking", "json", "rustls-tls"] } [dev-dependencies] mockito = "0"