# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "rs621" version = "0.7.0-alpha1" authors = ["nasso "] exclude = ["src/mocked"] description = "Rust crate for the E621 API (a large online archive of furry art)." readme = "README.md" keywords = ["e621", "e926", "furry", "api", "client"] categories = ["api-bindings"] license = "MIT OR Apache-2.0" repository = "https://github.com/nasso/rs621" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.derivative] version = "2" [dependencies.futures] version = "0.3" default-features = false [dependencies.itertools] version = "0.10" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1" [dependencies.url] version = "2" [dependencies.urlencoding] version = "1" [dev-dependencies.mockito] version = "0.30" [dev-dependencies.tokio] version = "1" features = ["rt-multi-thread", "macros"] [features] socks = ["reqwest/socks"] [badges.codecov] repository = "nasso/rs621" [badges.travis-ci] repository = "nasso/rs621"