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