init_static 0.5.2

A Rust library for explicit static initialization.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"]