[[bench]]
harness = false
name = "my_benchmark"
[dependencies]
[dev-dependencies.criterion]
version = "0.3.3"
[dev-dependencies.rand]
version = "0.7.3"
[package]
authors = ["Toru3 <ryuutet@gmail.com>"]
categories = ["hardware-support", "no-std"]
description = "fast modulo calculation"
documentation = "https://docs.rs/fast-modulo/"
edition = "2018"
keywords = ["fast", "modulo"]
license = "MIT OR Apache-2.0"
name = "fast-modulo"
readme = "README.md"
repository = "https://gitlab.com/Toru3/fast-modulo"
version = "0.1.3"
[package.metadata.docs.rs]
rustdoc-args = ["--html-in-header", "katex.html"]