[package]
edition = "2024"
name = "init_static"
version = "0.5.2"
authors = ["Shigma <shigma10826@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust library for explicit static initialization."
documentation = "https://docs.rs/init_static"
readme = "README.md"
license = "MIT"
repository = "https://github.com/shigma/init_static"
[features]
[lib]
name = "init_static"
path = "src/lib.rs"
[[test]]
name = "circular"
path = "tests/circular.rs"
[[test]]
name = "fail"
path = "tests/fail.rs"
[[test]]
name = "pass"
path = "tests/pass.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.futures-util]
version = "0.3.31"
[dependencies.init_static_macro]
version = "0.4.3"
[dependencies.linkme]
version = "0.3.35"
[dev-dependencies.anyhow]
version = "1.0.100"
[dev-dependencies.tokio]
version = "1.49.0"
features = ["full"]