# 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 = "clamped_values" version = "0.1.0" description = "Provides a generic `ClampedValue` struct that stores a value and ensures that it is always within the specified minimum and maximum values." readme = "README.md" keywords = [ "clamp", "restricted", "bound", "struct", "generic", ] license = "MIT OR Apache-2.0" repository = "https://github.com/bread42/clamped_value" [dependencies.num-traits] version = "0.2.17"