# 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" license = "MIT OR Apache-2.0" repository = "https://github.com/tonymushah/mangadex-api" resolver = "2" keywords = ["mangadex", "response-schemas"] [dev-dependencies] tokio = { version = "1", features = ["rt", "macros"]} serde_json = "1" jsonxf = "1" color-print = "0" [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.thiserror] version = "1.0" [dependencies.url] version = "2.5" features = ["serde"] [dependencies.uuid] version = "1.8" features = [ "serde", "v4", ] [dependencies.specta] version = "1.0" optional = true features = [ "uuid", "url" ] [dependencies.mangadex-api-types] package = "mangadex-api-types-rust" version = "0.9" path = "../mangadex-api-types" [features] non_exhaustive = [] specta = ["dep:specta", "mangadex-api-types/specta"] serialize = [] default = ["non_exhaustive"]