# 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 = "2018" name = "forgotten" version = "1.2.0" authors = ["Equal Ma "] description = "globally and safely persist a value, implemented with ManuallyDrop" homepage = "https://github.com/EqualMa/forgotten" keywords = [ "forget", "persist", ] categories = [ "caching", "memory-management", ] license = "MIT" repository = "https://github.com/EqualMa/forgotten" [dependencies.num] version = "0.4.0" optional = true [features] custom = ["num"]