# 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 = "critical-once-cell" version = "0.1.0" authors = ["Eivind Alexander Bergem "] include = ["**/*.rs", "Cargo.toml"] description = "Thread-safe OnceCell and Lazy backed by critical section" readme = "README.md" keywords = ["no_std"] categories = ["no-std", "concurrency", "embedded"] license = "MPL-2.0" repository = "https://github.com/rustne-kretser/critical-once-cell" resolver = "2" [dependencies.critical-section] version = "0.2.7"