# 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 = "thanks-dependencies" version = "0.1.2" authors = ["keiya01 "] description = "Generate a dependency list to thank them on README." readme = "README.md" license = "MIT" repository = "https://github.com/keiya01/thanks-dependencies" [[bin]] name = "thanks-dependencies" path = "src/main.rs" [dependencies.async-recursion] version = "1.0.2" [dependencies.cargo_toml] version = "0.14.0" [dependencies.clap] version = "4.1.4" features = ["derive"] [dependencies.futures] version = "0.3.25" [dependencies.futures-util] version = "0.3.25" [dependencies.serde] version = "1.0.152" [dependencies.surf] version = "2.3.2" [features] crates_io = [] default = ["crates_io"]