# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "reciprocal" version = "0.1.2" authors = ["Paul Khuong "] description = "Baseline implementation of integer division by constants" keywords = ["division", "div-by-mul", "precomputation"] categories = ["algorithms", "caching"] license = "MIT" repository = "https://github.com/pkhuong/reciprocal" [profile.bench] opt-level = 3 [[bench]] name = "div_throughput" harness = false [[bench]] name = "div_latency" harness = false [[bench]] name = "div_throughput_variable" harness = false [dependencies] [dev-dependencies.criterion] version = "0.3" features = ["html_reports"] [dev-dependencies.fastdivide] version = "0.3.0" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rand_chacha] version = "0.3" [dev-dependencies.strength_reduce] version = "0.2.3" [features] nightly = []