# 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 = "deluge-rpc-api" version = "0.1.0" authors = ["N9199 "] exclude = [".github/"] description = "(WIP) A Rust API for Deluge" documentation = "https://docs.rs/deluge-rpc-api" readme = "README.md" license = "AGPL-3.0-or-later" repository = "https://github.com/N9199/deluge-rpc-api" resolver = "2" [dependencies.derivative] version = "2.2.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.16" [dependencies.regex] version = "1.5.5" [dependencies.reqwest] version = "0.11.10" features = ["json", "cookies", "gzip"] [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.serde_json] version = "1.0.79" [dependencies.strum] version = "0.24.0" features = ["derive"] [dependencies.thiserror] version = "1.0.30" [features]