# 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-rust" version = "0.10.0" authors = ["tonymushah "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Types for mangadex-api" readme = "README.md" keywords = [ "mangadex", "types-bindings", ] license = "MIT OR Apache-2.0" repository = "https://github.com/tonymushah/mangadex-api" resolver = "2" [lib] name = "mangadex_api_types_rust" path = "src/lib.rs" [[test]] name = "time" path = "tests/time.rs" [dependencies.async-graphql] version = "7" optional = true [dependencies.derive_builder] version = "0.20" [dependencies.reqwest] version = "0.12" features = [ "cookies", "json", "multipart", "rustls-tls", ] [dependencies.serde] version = "1" features = ["derive"] [dependencies.specta] version = "1" features = [ "uuid", "url", "time", ] optional = true [dependencies.thiserror] version = "2" [dependencies.time] version = "0.3" features = [ "serde-human-readable", "large-dates", "local-offset", ] [dependencies.url] version = "2.5" features = ["serde"] [dependencies.uuid] version = "1.8" features = [ "serde", "v4", ] [dev-dependencies.anyhow] version = "1" [dev-dependencies.serde_json] version = "1" [dev-dependencies.tokio] version = "1" features = [ "rt", "macros", ] [features] async-graphql = ["dep:async-graphql"] default = ["non_exhaustive"] non_exhaustive = [] specta = ["dep:specta"]