# 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 = "2018" name = "rarbg_api" version = "1.0.42" authors = ["baptistecdr "] build = false exclude = [ ".*", "renovate.json", "*.magnet", ] publish = ["crates-io"] description = "A Rust wrapper for RARBG TorrentAPI" readme = "README.md" keywords = [ "rarbg_api", "rarbg", "rarbg_wrapper", "rarbg_client", "torrent_api", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/baptistecdr/rarbg_api" [dependencies.chrono] version = "0.4.24" features = ["serde"] [dependencies.reqwest] version = "0.11.17" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0.162" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.tokio] version = "1.28.1" features = ["full"] [dependencies.tokio-test] version = "0.4.2" [dependencies.uuid] version = "1.3.2" features = ["v4"]