Files
Notes/notes-service/vendor/deunicode/Cargo.toml
T
2026-08-01 16:11:49 +03:00

65 lines
1.5 KiB
TOML

# 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.66"
name = "deunicode"
version = "1.6.2"
authors = [
"Kornel Lesinski <kornel@geekhood.net>",
"Amit Chowdhury <amitc97@gmail.com>",
]
build = false
include = [
"src/*",
"Cargo.toml",
"README.md",
"LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Convert Unicode strings to pure ASCII by intelligently transliterating them. Suppors Emoji and Chinese."
homepage = "https://lib.rs/crates/deunicode"
documentation = "https://docs.rs/deunicode"
readme = "README.md"
keywords = [
"unidecode",
"emoji",
"Unicode",
"ASCII",
"transliteration",
]
categories = [
"text-processing",
"internationalization",
]
license = "BSD-3-Clause"
repository = "https://github.com/kornelski/deunicode/"
[package.metadata.docs.rs]
rustdoc-args = ["--generate-link-to-definition"]
targets = ["x86_64-unknown-linux-gnu"]
[badges.maintenance]
status = "actively-developed"
[features]
alloc = []
default = ["alloc"]
[lib]
name = "deunicode"
path = "src/lib.rs"