# 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 = "mangadex" version = "0.1.2" authors = ["Edgar ", "George Tsiamasiotis "] description = "Unofficial asynchronous mangadex API wrapper for rust" documentation = "https://docs.rs/mangadex" readme = "README.md" keywords = ["api", "mangadex", "wrapper", "async", "manga"] categories = ["api-bindings", "web-programming"] license = "MIT" repository = "https://github.com/edg-l/mangadex-rs" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.derive_builder] version = "0.10" [dependencies.reqwest] version = "0.11" features = ["json", "multipart"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_qs] version = "0.8" [dependencies.serde_with] version = "1.9" features = ["json", "chrono"] [dependencies.thiserror] version = "1.0" [dependencies.url] version = "2.2" [dependencies.uuid] version = "0.8" features = ["serde"] [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.assert_matches] version = "1.5" [dev-dependencies.ctor] version = "0.1" [dev-dependencies.dotenv] version = "0.15" [dev-dependencies.httpmock] version = "0.5" [dev-dependencies.pretty_assertions] version = "0.7" [dev-dependencies.tokio] version = "1" features = ["full"]