# 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" rust-version = "1.58" name = "utf8-locale" version = "1.0.3" authors = ["Peter Pentchev "] description = "Detect a UTF-8-capable locale for running child processes in" homepage = "https://gitlab.com/ppentchev/utf8-locale/" readme = "README.md" keywords = [ "UTF-8", "utf8", "locale", "subprocess", ] categories = ["command-line-utilities"] license = "BSD-2-Clause" repository = "https://gitlab.com/ppentchev/utf8-locale" [lib] path = "rust/lib.rs" [[bin]] name = "u8loc" path = "rust/main.rs" [dependencies.anyhow] version = "1.0.66" [dependencies.encoding] version = "0.2" [dependencies.getopts] version = "0.2" [dependencies.once_cell] version = "1.15.0" [dependencies.regex] version = "1" [dependencies.thiserror] version = "1.0.37" [dev-dependencies.serde] version = "1.0.147" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.87"