u8loc 1.1.2

Run child processes in a UTF-8-capable locale
# 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"
rust-version = "1.88"
name = "u8loc"
version = "1.1.2"
authors = ["Peter Pentchev <roam@ringlet.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Run child processes in a UTF-8-capable locale"
homepage = "https://devel.ringlet.net/devel/utf8-locale/"
readme = "README.md"
keywords = [
    "UTF-8",
    "utf8",
    "locale",
    "subprocess",
]
categories = [
    "command-line-utilities",
    "encoding",
]
license-file = "BSD-2-Clause.txt"
repository = "https://gitlab.com/ppentchev/utf8-locale"

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

[[test]]
name = "functional"
path = "tests/functional.rs"

[dependencies.anyhow]
version = "1.0.95"

[dependencies.clap]
version = "4.5.23"

[dependencies.clap_derive]
version = "4.5.18"

[dependencies.roundlet]
version = "0.2.0"
features = ["cli-basic-clap"]

[dependencies.utf8-locale]
version = "1.1.2"

[dev-dependencies.camino]
version = "1.1.6"

[dev-dependencies.roundlet]
version = "0.2.0"
features = ["test-exe-path"]