# 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-schema-rust" version = "0.9.0" authors = ["tonymushah "] description = "Response structs and helpers for mangadex-api" readme = "README.md" keywords = [ "mangadex", "response-schemas", ] license = "MIT OR Apache-2.0" repository = "https://github.com/tonymushah/mangadex-api" resolver = "2" [dependencies.mangadex-api-types] version = "0.9" package = "mangadex-api-types-rust" [dependencies.reqwest] version = "0.12" features = [ "cookies", "json", "multipart", "rustls-tls", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_qs] version = "0.13" [dependencies.specta] version = "1.0" features = [ "uuid", "url", ] optional = true [dependencies.thiserror] version = "1.0" [dependencies.url] version = "2.5" features = ["serde"] [dependencies.uuid] version = "1.8" features = [ "serde", "v4", ] [dev-dependencies.color-print] version = "0" [dev-dependencies.jsonxf] version = "1" [dev-dependencies.serde_json] version = "1" [dev-dependencies.tokio] version = "1" features = [ "rt", "macros", ] [features] default = ["non_exhaustive"] non_exhaustive = [] serialize = [] specta = [ "dep:specta", "mangadex-api-types/specta", ]