# 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 = "easy-min-max" version = "1.0.0" authors = ["Roland Strasser "] description = "Easy to use macros for min, max and clamp. Works with no_std" readme = "README.md" keywords = [ "min", "max", "minimum", "maximum", "no_std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rol1510/easy-min-max" resolver = "2" [dependencies]