# 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 = "round_mult" version = "0.1.3" description = "A tiny library to round a number up or down to a multiplier." homepage = "https://github.com/yehuthi/round_mult" readme = "README.md" keywords = [ "simd", "multiplier", "round", "rounding", ] categories = [ "algorithms", "concurrency", "mathematics", "rust-patterns", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/yehuthi/round_mult" [[bench]] name = "bench" harness = false [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.quickcheck] version = "1.0.3" [dev-dependencies.quickcheck_macros] version = "1.0.0" [build-dependencies.rustc_version] version = "0.4"