# 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 = "dynasty-api" version = "1.1.0" authors = ["Aynh "] description = "Dynasty Reader's wrappers" readme = "README.md" keywords = [ "manga", "api", "client", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Aynh/dynasty" resolver = "2" [dependencies.anyhow] version = "1.0.65" [dependencies.html-escape] version = "0.2.11" optional = true [dependencies.lazy-regex] version = "2.3.0" [dependencies.once_cell] version = "1.15.0" [dependencies.reqwest] version = "0.11.12" features = [ "socks", "json", ] [dependencies.serde] version = "1.0.145" features = ["derive"] [dependencies.tl] version = "0.7.7" optional = true [dev-dependencies.tokio] version = "1.21.2" features = [ "macros", "rt", ] [dev-dependencies.tryhard] version = "0.5.0" [features] default = ["search"] search = [ "dep:html-escape", "dep:tl", ]