Documentation
[dependencies.aok]
version = "0.1.12"

[dependencies.len-trait]
features = ["nightly"]
version = "0.6.1"

[dependencies.rand]
optional = true
version = "0.8.5"

[dev-dependencies.aok]
version = "0.1.12"

[dev-dependencies.loginit]
version = "0.1.13"

[dev-dependencies.static_init]
version = "1.0.3"

[dev-dependencies.tokio]
features = ["macros", "rt", "rt-multi-thread", "time", "sync"]
version = "1.38.1"

[dev-dependencies.tracing]
version = "0.1.40"

[features]
default = []
rand = ["dep:rand"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "citer"
edition = "2021"
homepage = "https://github.com/i18n-site/rust/tree/main/citer"
license = "Apache-2.0"
name = "citer"
readme = "README.md"
repository = "https://github.com/i18n-site/rust.git"
version = "0.1.9"

[package.metadata.docs.rs]
all-features = true

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