# 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 = "anime-grubber" version = "0.0.7" authors = ["TOwInOK <60252419+TOwInOK@users.noreply.github.com>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A convenient library for extracting images of cute characters from websites." homepage = "https://github.com/TOwInOK/anime-grubber" documentation = "https://docs.rs/anime-grubber" readme = "Readme.md" keywords = [ "anime", "image", "gif", "fetch", ] categories = [ "api-bindings", "web-programming", ] license = "MIT" repository = "https://github.com/TOwInOK/anime-grubber" [profile.dev] opt-level = "z" debug = 2 [profile.release] opt-level = 3 lto = "fat" debug = 0 panic = "unwind" strip = true [profile.test] opt-level = "z" debug = 2 [lib] name = "anime_grubber" path = "src/lib.rs" [[test]] name = "waif_pics_test_default_enum" path = "tests/waif_pics_test_default_enum.rs" [[test]] name = "waifu_pics" path = "tests/waifu_pics.rs" [[test]] name = "waifu_pics_macro" path = "tests/waifu_pics_macro.rs" [dependencies.async-trait] version = "0.1.83" [dependencies.miniserde] version = "0.1.40" [dependencies.reqwest] version = "0.12.8" [dependencies.thiserror] version = "1.0.64" [dependencies.tracing] version = "0.1.40" [dev-dependencies.anyhow] version = "1.0.90" [dev-dependencies.tokio] version = "1.40.0" features = ["full"] [dev-dependencies.tracing-subscriber] version = "0.3.18" [features] default = [] full = ["macro"] macro = []