# 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 = "acknowledgements-rs" version = "1.0.1" authors = ["a.nvlkv "] description = "acknowledge is a simple CLI tool to analyze dependencies of a Cargo (rust) project and produce an ACKNOWLEDMENTS.md file listing (major) contributors of your dependencies" readme = "README.md" license = "CC-BY-4.0" repository = "https://github.com/anvlkv/acknowledgements" [profile.dev.package.insta] opt-level = 3 [profile.dev.package.similar] opt-level = 3 [[bin]] name = "acknowledge" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.cacache] version = "13.0.0" features = [ "tokio-runtime", "mmap", ] default-features = false [dependencies.cargo_toml] version = "0.20.3" [dependencies.chrono] version = "0.4.38" features = ["now"] default-features = false [dependencies.clap] version = "4.5.7" features = ["derive"] [dependencies.crates_io_api] version = "0.11.0" [dependencies.dirs] version = "5.0.1" [dependencies.handlebars] version = "5.1.2" [dependencies.octocrab] version = "0.38.0" [dependencies.reqwest] version = "0.12.5" features = ["json"] [dependencies.serde] version = "1.0.203" [dependencies.serde_json] version = "1.0.117" [dependencies.strum] version = "0.26" [dependencies.strum_macros] version = "0.26" [dependencies.tokio] version = "=1.35" features = [ "rt", "rt-multi-thread", "net", "macros", "fs", "time", ] [dependencies.unfmt] version = "0.2.2" [dependencies.unfmt_macros] version = "0.2.2" [dev-dependencies.insta] version = "1.39.0" features = ["yaml"]