# 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 = "min_max_assign" version = "1.0.1" authors = ["qdot3"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Change min(max) implementation in Rust" homepage = "https://crates.io/crates/min_max_assign" documentation = "https://docs.rs/min_max_assign/" readme = "README.md" keywords = ["math"] categories = ["mathematics"] license = "MIT OR Apache-2.0" repository = "https://github.com/qdot3/min_max_assign" [lib] name = "min_max_assign" path = "src/lib.rs" [badges.maintenance] status = "actively-developed"