# 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-depends" version = "3.0.0" authors = ["morganamilo "] exclude = ["tests"] description = "A libary for resolving aur dependencies" homepage = "http://github.com/Morganamilo/aur-depends" documentation = "https://docs.rs/aur_depends" keywords = [ "archlinux", "pkgbuild", "arch", "aur", ] license = "GPL-3.0" repository = "http://github.com/Morganamilo/aur-depends" [package.metadata.docs.rs] features = ["docs-rs"] [dependencies.alpm] version = "2.2.1" [dependencies.alpm-utils] version = "2.0.0" [dependencies.bitflags] version = "1.3.2" [dependencies.log] version = "0.4.16" [dependencies.raur] version = "7.0.0" features = ["async"] default-features = false [dependencies.srcinfo] version = "1.0.0" [dev-dependencies.async-trait] version = "0.1.53" [dev-dependencies.simplelog] version = "0.11.2" [dev-dependencies.tokio] version = "1.17.0" features = [ "macros", "rt", ] [features] default = ["raur/default"] docs-rs = ["alpm/docs-rs"] git = [ "alpm/git", "alpm-utils/git", ] rustls-tls = ["raur/rustls-tls"]