# 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 = "saturating_cast" version = "0.1.0" exclude = [".github"] description = "Library for saturating casts between integer primitives." homepage = "https://github.com/okaneco/saturating_cast" readme = "README.md" keywords = [ "saturating", "cast", "clamp", "conversion", "clip", ] categories = [ "mathematics", "no-std", "", ] license = "MIT OR Apache-2.0" repository = "https://github.com/okaneco/saturating_cast" [package.metadata.docs.rs] features = [""] no-default-features = true targets = [] [profile.dev] opt-level = 1 [dependencies] [features] default = []