unicodeit 0.2.1

Converts LaTeX to Unicode (rust port)
Documentation
# 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"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Converts LaTeX to Unicode (rust port)"
homepage = "https://www.unicodeit.net"
readme = "README.md"
license = "MIT AND LPPL-1.3c"
repository = "https://github.com/Techcable/unicodeit.rs"
resolver = "2"

[features]
naive-impl = []
optimized-impl = []
prefer-optimized-impl = []

[lib]
name = "unicodeit"
path = "src/lib.rs"

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

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

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

[dependencies.aho-corasick]
version = "1"

[dependencies.cfg-if]
version = "1"

[dependencies.memchr]
version = "2.7"

[dependencies.regex]
version = "1"

[dev-dependencies.itertools]
version = "0.13"

[dev-dependencies.paste]
version = "1"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ['cfg(feature, values("naive-impl"))']