[package]
edition = "2021"
name = "i18n_parse"
version = "0.1.1"
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "extract_i18n"
homepage = "https://github.com/i18n-site/rust/tree/main/i18n_parse"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/i18n-site/rust.git"
[package.metadata.docs.rs]
all-features = true
[lib]
name = "i18n_parse"
path = "src/lib.rs"
[[test]]
name = "main"
path = "tests/main.rs"
[dependencies.aok]
version = "0.1.11"
[dev-dependencies.aok]
version = "0.1.11"
[dev-dependencies.loginit]
version = "0.1.10"
[dev-dependencies.static_init]
version = "1.0.3"
[dev-dependencies.tokio]
version = "1.37.0"
features = [
"macros",
"rt",
"rt-multi-thread",
"time",
"sync",
]
[dev-dependencies.tracing]
version = "0.1.40"