# 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 = "nyaa-si" version = "0.2.2" authors = ["cijiugechu "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An async Nyaa client for Rust" documentation = "https://docs.rs/nyaa-si" readme = "README.md" keywords = [ "nyaa", "api", "client", ] categories = [ "api-bindings", "network-programming", "web-programming", ] license = "Apache-2.0" repository = "https://github.com/cijiugechu/nyaa-si" [lib] name = "nyaa_si" path = "src/lib.rs" [[example]] name = "custom_query" path = "examples/custom_query.rs" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.reqwest] version = "0.12" features = [ "gzip", "brotli", "deflate", ] [dependencies.scraper] version = "0.20" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.40" [dependencies.tracing] version = "0.1" [dev-dependencies.tokio] version = "1.36" features = ["full"] [dev-dependencies.tracing-subscriber] version = "0.3"