# 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 = "comfy-bounded-ints" version = "0.2.1" authors = ["Houtamelo"] exclude = [".idea/*"] description = "Bounded-integer types focused on ergonomics and safety. (See README.md)" readme = "README.md" keywords = [ "bound", "bounded", "integer", "int", "saturating", ] categories = [ "data-structures", "rust-patterns", "game-development", "mathematics", ] license = "MIT" repository = "https://github.com/Houtamelo/comfy-bounded-ints" [dependencies.no-panic] version = "0.1.30" optional = true [dependencies.serde] version = "1.0.201" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0.117" optional = true [dev-dependencies] [features] default = [] div_assign_zero = [] no_panic = ["dep:no-panic"] serde = ["dep:serde"] serde_json = ["dep:serde_json"]