# 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 = "lolicon" version = "0.5.0" authors = ["poly000"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "#NSFW warn; example usage for lolicon_api." readme = "README.md" license = "MIT" repository = "https://github.com/mokurin000/lolicon" [lib] name = "lolicon" path = "src/lib.rs" [[bin]] name = "lolicon" path = "src/main.rs" [dependencies.bytes] version = "1.7.2" [dependencies.lolicon_api] version = "1.6.4" features = ["parse-resp"] [dependencies.reqwest] version = "0.12.7" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0.128" [dependencies.tokio] version = "1.40.0" features = [ "macros", "net", "rt-multi-thread", "time", "fs", ] [dependencies.toml] version = "0.8.19" features = ["parse"] [dependencies.url] version = "2.5.2"