# 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 = "global-static" version = "0.5.1" description = "Lazily evaluated non-constant static items" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/JamieH01/global" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.ctor] version = "0.2.6" optional = true [dependencies.singleton] version = "0.2.0" optional = true package = "global-static-singleton" [features] ctor = ["dep:ctor"] singleton = [ "dep:singleton", "ctor", ]