# 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" rust-version = "1.75.0" name = "booru" version = "0.6.0" authors = ["cijiugechu "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An async Booru client for Rust" documentation = "https://docs.rs/booru" readme = "README.md" keywords = [ "booru", "api", "client", "danbooru", ] categories = [ "api-bindings", "network-programming", "web-programming", ] license = "MIT/Apache-2.0" repository = "https://github.com/cijiugechu/booru" [profile.dev] opt-level = 1 [profile.release] opt-level = 3 [lib] name = "booru" path = "src/lib.rs" [[example]] name = "get_autocomplete" path = "examples/get_autocomplete.rs" [[example]] name = "get_by_page" path = "examples/get_by_page.rs" [[example]] name = "get_popular" path = "examples/get_popular.rs" [[example]] name = "rule34" path = "examples/rule34.rs" [[test]] name = "danbooru_tests" path = "tests/danbooru_tests.rs" [[test]] name = "gelbooru_tests" path = "tests/gelbooru_tests.rs" [[test]] name = "rule34_tests" path = "tests/rule34_tests.rs" [[test]] name = "safebooru_tests" path = "tests/safebooru_tests.rs" [dependencies.itoa] version = "1.0.9" [dependencies.reqwest] version = "0.12" features = ["json"] [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.tracing] version = "0.1" [dev-dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.tracing-subscriber] version = "0.3"