# 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] name = "strength_reduce" version = "0.2.4" authors = ["Elliott Mahler "] description = "Faster integer division and modulus operations" documentation = "http://docs.rs/strength_reduce" readme = "README.md" keywords = [ "arithmetic", "strength", "reduction", "division", "modulus", ] categories = [ "algorithms", "data-structures", ] license = "MIT OR Apache-2.0" repository = "http://github.com/ejmahler/strength_reduce" [dev-dependencies.num-bigint] version = "0.4" [dev-dependencies.proptest] version = "1.0.0" [dev-dependencies.rand] version = "0.8"