unsafe_math 0.1.1

proc_macro to replace math operation with their unchecked/f_fast versions
Documentation
# 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 = "2024"
name = "unsafe_math"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "proc_macro to replace math operation with their unchecked/f_fast versions"
readme = "README.md"
keywords = [
    "performance",
    "unsafe",
    "math",
    "macro",
]
license = "MIT"
repository = "https://github.com/platonvin/unsafe_math"

[lib]
name = "unsafe_math"
path = "src/lib.rs"

[[bench]]
name = "bench"
path = "benches/bench.rs"

[[bench]]
name = "nothing"
path = "benches/nothing.rs"

[dependencies.unsafe_math_macro]
version = "0.1.1"

[dependencies.unsafe_math_trait]
version = "0.1.1"