# 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 = "minifloat" version = "0.1.6" authors = ["Chen-Pang He (https://jdh8.org)"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Emulate various minifloats with const generics" readme = "README.md" keywords = [ "minifloat", "f16", "bfloat16", "const-generics", ] categories = [ "mathematics", "data-structures", ] license = "MPL-2.0" repository = "https://github.com/jdh8/minifloat-rs" [lib] name = "minifloat" path = "src/lib.rs" [dependencies.num-traits] version = "0.2.19" [dev-dependencies.libm] version = "0.2.8"