# 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 = "cargodisttest" version = "0.20.5" authors = ["axodotdev"] description = "💬 a CLI for learning to distribute CLIs in rust" homepage = "https://github.com/Gankra/cargodisttest" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/Gankra/cargodisttest" [package.metadata.wix] eula = false license = false path-guid = "C151419B-4780-40DC-994F-BFB032016C01" upgrade-guid = "B60E2E86-9991-49B0-BEAA-7E6D3E7F2A09" [profile.dist] lto = "thin" inherits = "release" [dependencies.clap] version = "4.1.4" features = ["derive"] [dependencies.unicode-width] version = "0.1.10" [dev-dependencies.assert_cmd] version = "2.0.8"