# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "deluge-rpc" version = "0.8.0" authors = ["The0x539 "] description = "Client bindings for the Deluge RPC API." license = "GPL-3.0-only" repository = "https://github.com/The0x539/rust-deluge-rpc" [dependencies.cloudflare-zlib] version = "0.2.5" [dependencies.deluge-rpc-macro] version = "0.6.2" [dependencies.enum-kinds] version = "0.5.0" [dependencies.fnv] version = "1.0.7" [dependencies.futures] version = "0.3.5" [dependencies.hashers] version = "1.0.1" optional = true [dependencies.hex] version = "0.4.2" features = ["serde"] [dependencies.lazy-regex] version = "0.1.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.num_enum] version = "0.5.0" [dependencies.regex] version = "1.3.7" [dependencies.rencode] version = "0.2.1" [dependencies.ron] version = "0.6.0" [dependencies.rustls] version = "0.17.0" features = ["dangerous_configuration"] [dependencies.serde] version = "1.0.106" features = ["derive"] [dependencies.tokio] version = "0.2" features = ["tcp", "rt-threaded", "io-util", "sync", "macros", "parking_lot", "blocking"] [dependencies.tokio-rustls] version = "0.13.0" [features] default = ["trust-infohashes"] trust-infohashes = ["hashers"]