# 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 = "full2half" version = "0.1.1" authors = ["Pascal Schwietzer "] description = "Library and CLI for converting full-width characters to half-width characters and vice versa." readme = "README.md" keywords = [ "full-width", "half-width", "conversion", "characters", "unicode", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://gitlab.com/pSchwietzer/full2half" [lib] name = "full2half" crate-type = ["lib"] path = "src/lib.rs" test = true doctest = true doc = true [[bin]] name = "full2half" path = "src/main.rs" [dependencies.clap] version = "4.4.16" features = ["derive"]