# 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.67" name = "vax-floating" version = "0.2.0" authors = ["Thomas Mundar "] description = "VAX floating-point types" readme = "README.md" keywords = [ "VAX", "floating-point", ] categories = [ "data-structures", "mathematics", ] license = "MIT" repository = "https://github.com/Mundar/vax-floating" [[bench]] name = "benchmarks" harness = false [dependencies.bitflags] version = "2" optional = true [dependencies.forward_ref] version = "1.0.0" [dependencies.proptest] version = "1.4.0" optional = true [dependencies.rand] version = "0.8.5" optional = true [dev-dependencies.bitflags] version = "2" [dev-dependencies.clap] version = "4.4.11" features = ["derive"] [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.proptest] version = "1.4.0" [dev-dependencies.rand] version = "0.8.5" [features] proptest = [ "bitflags", "dep:proptest", "rand", ]