# 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 = "rusty-booru" version = "0.2.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An async Booru client for Rust" documentation = "https://docs.rs/booru-rs" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/o-dasher/rusty-booru.git" [profile.dev] opt-level = 1 [profile.release] opt-level = 3 [lib] name = "rusty_booru" path = "src/lib.rs" [[test]] name = "gelbooru_tests" path = "tests/gelbooru_tests.rs" [[test]] name = "danbooru_tests" path = "tests/danbooru_tests.rs" [[test]] name = "generic_tests" path = "tests/generic_tests.rs" [[test]] name = "safebooru_tests" path = "tests/safebooru_tests.rs" [dependencies.anyhow] version = "1.0.71" [dependencies.derive_is_enum_variant] version = "0.1.1" [dependencies.derive_more] version = "0.99.17" [dependencies.itertools] version = "0.11.0" [dependencies.reqwest] version = "0.11.12" features = ["json"] [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.strum] version = "0.25.0" features = [ "derive", "strum_macros", ] [dependencies.thiserror] version = "1.0.52" [dependencies.tokio] version = "1" features = ["full"]