# 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 = "2021" name = "mangadex-api-types" version = "0.1.0" description = "Types for mangadex-api" license = "MIT OR Apache-2.0" resolver = "2" [dependencies.anyhow] version = "1.0.55" [dependencies.derive_builder] version = "0.11.2" [dependencies.reqwest] version = "0.11.9" features = [ "cookies", "json", "multipart", "rustls-tls", ] [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.thiserror] version = "1.0.30" [dependencies.time] version = "0.3.7" features = ["serde-human-readable"] [dependencies.url] version = "2.2.2" features = ["serde"] [dependencies.uuid] version = "1.0.0" features = [ "serde", "v4", ]