# 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 = "axolotlsay" version = "0.3.3" authors = ["axodotdev "] description = "💬 a CLI for learning to distribute CLIs in rust" homepage = "https://github.com/axodotdev/axolotlsay" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/axodotdev/axolotlsay.git" [package.metadata.wix] eula = false license = false path-guid = "C351A336-4918-4E77-8F7C-04CA2C13DFB7" upgrade-guid = "25688B1E-471D-4B40-B861-729B52B5E8C5" [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"