# 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 = "litl-nanval" version = "0.2.0" authors = [ "Longor1996 ", "Anselm Eickhoff ", ] description = "A 64-bit value, that is either a floating-point number (`f64`), or an arbitrary 52-bit integer." homepage = "https://github.com/usegarden/nanval" readme = "README.md" keywords = [ "nan", "nanbox", "tagged-enum", "pointers", "tagged-pointers", ] categories = ["no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/usegarden/nanval" resolver = "2" [features] cell = [] default = [ "std", "cell", ] std = []