# 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 = "aur-rpc" version = "0.2.2" authors = ["trivernis "] description = "An async wrapper for aur RPC calls" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/trivernis/aur-rpc" [dependencies.reqwest] version = "0.11.12" features = ["json"] default-features = false [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.thiserror] version = "1.0.37" [dependencies.tracing] version = "0.1.37" [dev-dependencies.tokio] version = "1.21.2" features = [ "macros", "rt-multi-thread", ] [features] default = ["native-tls"] native-tls = ["reqwest/native-tls"] rustls-tls = ["reqwest/rustls-tls"]