# 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 = "specialized-div-rem" version = "1.1.0" authors = ["Aaron Kutch "] description = "specialized division algorithms for integer primitives" documentation = "https://docs.rs/specialized-div-rem" readme = "README.md" keywords = ["division", "int", "integer", "numerics", "math"] categories = ["algorithms", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/AaronKutch/specialized-div-rem" resolver = "2" [profile.test] opt-level = 2 [dev-dependencies.rand] version = "0.8" [features] asm = [] default = ["asm", "implement", "std"] implement = [] no_lz = [] std = []