# 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 = "magic_static" version = "3.0.3" authors = ["William Venner "] description = "Global singletons initialized at program start, an alternative to lazy initialization" documentation = "https://docs.rs/magic_static" readme = "../README.md" keywords = [ "lazy-static", "static", "singleton", "global", "globals", ] categories = [ "no-std", "rust-patterns", "memory-management", ] license = "MIT" repository = "https://github.com/WilliamVenner/magic_static" [dependencies.magic_static_macro] version = "3.0.1" [features] bare-metal = []