# 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-sample" version = "0.3.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A cargo subcommand to quickly set you up with a new rust project based on a crate example" readme = "README.md" license = "MIT" [[bin]] name = "cargo-sample" path = "src/main.rs" [dependencies.anyhow] version = "1.0.93" [dependencies.argh] version = "0.1.12" [dependencies.axum] version = "0.7.9" [dependencies.cargo_metadata] version = "0.19.0" [dependencies.crates_io_api] version = "0.11.0" [dependencies.inquire] version = "0.7.5" [dependencies.serde_json] version = "1.0.133" [dependencies.tempfile] version = "3.14.0" [dependencies.toml_edit] version = "0.22.22"