[dependencies.aok]
version = "0.1.17"
[dependencies.paste]
version = "1.0.15"
[dependencies.postcard]
default-features = false
features = ["alloc", "use-std"]
version = "1.1.2"
[dependencies.serde]
features = ["derive"]
version = "1.0.219"
[dev-dependencies.aok]
version = "0.1.17"
[dev-dependencies.loginit]
version = "0.1.18"
[dev-dependencies.static_init]
version = "1.0.4"
[dev-dependencies.tokio]
features = ["macros", "rt", "rt-multi-thread", "time", "sync"]
version = "1.45.1"
[dev-dependencies.tracing]
version = "0.1.41"
[features]
default = []
[lib]
name = "pc"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "pc"
edition = "2021"
homepage = "https://github.com/i18n-site/rust/tree/main/pc"
license = "MulanPSL-2.0"
name = "pc"
readme = "README.md"
repository = "https://github.com/i18n-site/rust.git"
version = "0.1.13"
[package.metadata.docs.rs]
all-features = true
[[test]]
name = "incomplete"
path = "tests/incomplete.rs"
[[test]]
name = "main"
path = "tests/main.rs"