# 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 = "floatx4" version = "1.1.0" authors = ["YaolinQing "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library that can perform 4 float operations simultaneously." homepage = "https://github.com/yIllusionSky/floatx4-rs" readme = "README.md" keywords = [ "gamedev", "math", ] license = "Apache-2.0" repository = "https://github.com/yIllusionSky/floatx4-rs" [lib] name = "floatx4" path = "src/lib.rs" [dependencies.approximately] version = "1.1.0" [features] default = ["simd"] f64 = [] simd = ["approximately/simd"]