# 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 = "uwu_cli" version = "1.0.0" authors = ["Sandro Marques "] description = "uwuifying the terminal" documentation = "https://docs.rs/uwu_cli" readme = "README.md" keywords = [ "uwu", "owo", "cli", ] categories = [ "algorithms", "text-processing", "command-line-utilities", ] license = "MIT" repository = "https://github.com/SandroHc/uwu-rs/tree/master/crates/uwu_cli" [[bin]] name = "uwu" path = "src/main.rs" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" [dependencies.uwu-rs] version = "1.0.0"