# 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 = "2021" name = "init-once" version = "0.6.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Concurrent, non-blocking lazy initialization of values." homepage = "https://codeberg.org/sugo/init_once" readme = "README.md" license = "MIT" repository = "https://codeberg.org/sugo/init_once" [lib] name = "init_once" path = "src/lib.rs" [[example]] name = "async" path = "examples/async.rs" [[example]] name = "basic" path = "examples/basic.rs" [dependencies.portable-atomic] version = "1.7.0" default-features = false [dev-dependencies.tokio] version = "1.39.1" features = ["full"]