[package]
edition = "2021"
name = "cranberry"
version = "0.1.0"
authors = ["Nareg der Levonean"]
build = false
include = [
"src/**/*",
"tests/**/*",
"README.md",
"LICENSE",
"Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A versatile Rust library for Russian Cyrillic transliteration"
homepage = "https://github.com/naregderlevonean/cranberry"
readme = "README.md"
keywords = [
"transliteration",
"cyrillic",
"russian",
]
categories = [
"text-processing",
"internationalization",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/naregderlevonean/cranberry"
[lib]
name = "cranberry"
path = "src/lib.rs"
[[test]]
name = "alalc"
path = "tests/alalc.rs"
[[test]]
name = "bgn_pcgn"
path = "tests/bgn_pcgn.rs"
[[test]]
name = "bs2979"
path = "tests/bs2979.rs"
[[test]]
name = "cranberry"
path = "tests/cranberry.rs"
[[test]]
name = "gost16876"
path = "tests/gost16876.rs"
[[test]]
name = "gost52290"
path = "tests/gost52290.rs"
[[test]]
name = "gost52535"
path = "tests/gost52535.rs"
[[test]]
name = "iso1954"
path = "tests/iso1954.rs"
[[test]]
name = "iso1968alt1"
path = "tests/iso1968alt1.rs"
[[test]]
name = "iso1968alt2"
path = "tests/iso1968alt2.rs"
[[test]]
name = "iso1968base"
path = "tests/iso1968base.rs"
[[test]]
name = "iso1995"
path = "tests/iso1995.rs"
[[test]]
name = "ost8483"
path = "tests/ost8483.rs"
[[test]]
name = "passport1997"
path = "tests/passport1997.rs"
[[test]]
name = "passport2010"
path = "tests/passport2010.rs"
[[test]]
name = "passport2013"
path = "tests/passport2013.rs"
[[test]]
name = "scientific1905"
path = "tests/scientific1905.rs"
[[test]]
name = "scientific1939"
path = "tests/scientific1939.rs"
[[test]]
name = "scientific1951"
path = "tests/scientific1951.rs"
[[test]]
name = "soviet1"
path = "tests/soviet1.rs"
[[test]]
name = "soviet2"
path = "tests/soviet2.rs"
[[test]]
name = "soviet3"
path = "tests/soviet3.rs"
[[test]]
name = "ungegn"
path = "tests/ungegn.rs"