[package] name = "thanks-dependencies" description = "Generate a dependency list to thank them on README." version = "0.1.2" edition = "2021" license = "MIT" repository = "https://github.com/keiya01/thanks-dependencies" authors = ["keiya01 "] [[bin]] name = "thanks-dependencies" path = "src/main.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] default = ["crates_io"] crates_io = [] [dependencies] async-recursion = "1.0.2" cargo_toml = "0.14.0" clap = { version = "4.1.4", features = ["derive"] } futures = "0.3.25" futures-util = "0.3.25" serde = "1.0.152" surf = "2.3.2"