# 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_api" version = "1.7.0" authors = ["poly000"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Lolicon API wrapper in Rust" readme = "README.md" license = "MIT" repository = "https://github.com/poly000/lolicon_api" [lib] name = "lolicon_api" path = "src/lib.rs" [dependencies.regex] version = "1.10.6" optional = true [dependencies.serde] version = "1.0.210" features = [ "derive", "std", ] optional = true default-features = false [dependencies.strum] version = "0.26.3" features = ["derive"] [dependencies.thiserror] version = "1.0.64" [features] aspect-validate = ["dep:regex"] default = [ "aspect-validate", "parse-resp", "serde-support", ] parse-resp = ["dep:serde"] serde-support = ["dep:serde"]