[[bench]]
harness = false
name = "my_benchmark"
[dependencies.epsi]
version = "0.1.1"
[dependencies.epui]
version = "0.1.1"
[dependencies.primitive_promotion]
version = "0.1.3"
[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.3"
[features]
all = ["const_trait_impl", "const_fn_trait_bound", "unchecked_math", "const_inherent_unchecked_arith"]
const_fn_trait_bound = []
const_inherent_unchecked_arith = []
const_trait_impl = []
unchecked_math = []
[package]
authors = ["Dmitrii Demenev <demenev.dmitriy1@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
categories = ["no-std", "mathematics"]
description = "Extension traits offering implementations of midpoint [currently, only for primitive integers]."
documentation = "https://docs.rs/midpoint"
edition = "2021"
include = ["/Cargo.toml", "/LICENSE_APACHE", "/LICENSE_MIT", "/README.md", "/src/**", "/benches/**"]
keywords = ["extension", "midpoint", "average", "mean"]
license = "MIT OR Apache-2.0"
name = "midpoint"
readme = "README.md"
repository = "https://github.com/JohnScience/midpoint"
resolver = "2"
version = "0.1.5"