[package] name = "dynasty-api" version = "1.1.0" edition = "2021" description = "Dynasty Reader's wrappers" repository = "https://github.com/Aynh/dynasty" keywords = ["manga", "api", "client"] authors = ["Aynh "] license = "MIT OR Apache-2.0" [features] search = ["dep:html-escape", "dep:tl"] default = ["search"] [dependencies] anyhow = "1.0.65" html-escape = { version = "0.2.11", optional = true } lazy-regex = "2.3.0" once_cell = "1.15.0" reqwest = { version = "0.11.12", features = ["socks", "json"] } serde = { version = "1.0.145", features = ["derive"] } tl = { version = "0.7.7", optional = true } [dev-dependencies] tokio = { version = "1.21.2", features = ["macros", "rt"] } tryhard = "0.5.0"