# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "rustnao" version = "0.3.4" authors = ["Clement Tsang "] exclude = [ ".github", "rustfmt.toml", ] description = "A Rust implementation of a wrapper for the SauceNAO API." documentation = "https://docs.rs/rustnao/" readme = "README.md" keywords = [ "saucenao", "saucenao-api", "wrapper", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/ClementTsang/RustNAO" [dependencies.async-std] version = "1.0.1" [dependencies.failure] version = "0.1.6" [dependencies.serde] version = "1.0.102" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.surf] version = "2.3.2" features = ["default"] [dependencies.url] version = "2.1.0"