# 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" rust-version = "1.60" name = "nan-tag" version = "0.1.1" authors = ["Ben Kelley"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "NaN-tagged pointers in Rust, storing an f64 in the same space as a pointer" homepage = "https://crates.io/crates/nan-tag" readme = "README.md" license = "MIT" repository = "https://github.com/MWPuppire/nan-tag" [lib] name = "nan_tag" path = "src/lib.rs" [[test]] name = "basic" path = "tests/basic.rs" [dependencies.sptr] version = "0.3" [dev-dependencies.trybuild] version = "1.0" [features] default = ["std"] nightly = [] std = []