# 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" rust-version = "1.56" name = "remote-package" version = "0.3.0" authors = ["Max Dymond "] description = "A simple crate to query remote packages for information." readme = "README.md" keywords = [ "rpm", "debian", "package", ] categories = ["development-tools"] license = "MIT" repository = "https://github.com/cmeister2/remote-package" [dependencies.debpkg] version = "0.6.0" optional = true [dependencies.fez] version = "0.2.0" optional = true [dependencies.infer] version = "0.9.0" [dependencies.reqwest] version = "0.11.10" features = ["blocking"] optional = true [dependencies.thiserror] version = "1.0.30" [features] debian = ["debpkg"] default = [ "http", "debian", "rpm", ] http = ["reqwest"] rpm = ["fez"]