# 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 = "libeh" version = "0.1.1" authors = ["pboymt"] description = "A rust library for transforming the e-hentai and exhentai content." homepage = "https://github.com/pboymt/EhRust" readme = "README.md" keywords = [ "e-hentai", "exhentai", "ehrust", "libeh", ] license = "GPL-3.0" repository = "https://github.com/pboymt/EhRust" [dependencies.chrono] version = "0.4.34" features = ["serde"] [dependencies.cookie] version = "0.18" [dependencies.regex] version = "1.10.3" [dependencies.reqwest] version = "0.11" features = [ "json", "cookies", ] [dependencies.scraper] version = "0.18" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.serde_yaml] version = "0.9"