# 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 = "cargo-fund" version = "0.2.4" authors = ["Adam C. Foltzer "] description = "Discover funding links for your project's dependencies." readme = "README.md" keywords = [ "funding", "sponsorship", ] categories = ["development-tools::cargo-plugins"] license = "MIT OR Apache-2.0" repository = "https://github.com/acfoltzer/cargo-fund" [dependencies.anyhow] version = "1.0.28" [dependencies.cargo_metadata] version = "0.9.1" [dependencies.clap] version = "^4" features = ["derive"] [dependencies.envy] version = "0.4.1" [dependencies.http] version = "0.2.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.parking_lot] version = "^0.12.1" [dependencies.reqwest] version = "^0.11" features = ["json"] [dependencies.serde] version = "1.0.51" features = ["derive"] [dependencies.serde_json] version = "1.0.51" [dependencies.tokio] version = "^1" features = [ "rt-multi-thread", "macros", ] [dependencies.tracing] version = "0.1.14" [dependencies.tracing-subscriber] version = "^0.3" features = ["env-filter"]