# 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 = "fath" version = "0.2.1" authors = [ "burgerindividual", "duplexsystem", ] description = "Math library built for speed. Includes configurable-precision approximations and exact functions for both ints and floats. Uses cross-platform intrinsics and SIMD whenever possible." readme = "README.md" keywords = [ "math", "no_std", "fast", "simd", "approximation", ] license = "LGPL-3.0" repository = "https://github.com/burgerindividual/fath" [profile.asm] lto = false inherits = "release" [profile.bench] inherits = "release" [profile.release] opt-level = 3 lto = "fat" [profile.test] opt-level = 3 lto = "thin" [[bench]] name = "comparisons" harness = false [dev-dependencies.criterion] version = "0.4.0" features = [ "real_blackbox", "html_reports", ] [dev-dependencies.criterion-cycles-per-byte] version = "0.4.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.sleef] version = "0.3.0"