unicodeit-cli 0.2.1

The command line interface to unicodeit
# 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 = "2024"
name = "unicodeit-cli"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The command line interface to unicodeit"
homepage = "https://www.unicodeit.net"
readme = "README.md"
license = "MIT AND LPPL-1.3c"
repository = "https://github.com/Techcable/unicodeit.rs"
resolver = "2"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/unicodeit-{version}-{ target }"
pkg-fmt = "bin"

[[bin]]
name = "unicodeit"
path = "src/main.rs"

[dependencies.clap]
version = "4.5"
features = ["cargo"]

[dependencies.unicodeit]
version = "0.2.0"