[dependencies.aok]
version = "0.1.18"
[dependencies.rand]
optional = true
version = "0.9.2"
[dev-dependencies.aok]
version = "0.1.18"
[dev-dependencies.log]
version = "0.4.29"
[dev-dependencies.log_init]
version = "0.1.34"
[dev-dependencies.static_init]
features = ["parking_lot"]
version = "1.0.4"
[features]
default = []
rand = ["dep:rand"]
[lib]
name = "citer"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "citer"
edition = "2024"
homepage = "https://github.com/js0-site/rust/tree/main/citer"
license = "MulanPSL-2.0"
name = "citer"
readme = "README.md"
repository = "https://github.com/js0-site/rust.git"
resolver = "2"
version = "0.1.16"
[package.metadata.docs.rs]
all-features = true
[[test]]
name = "main"
path = "tests/main.rs"