# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "bounded_types" version = "0.2.1" authors = ["snowpoke "] description = "Provides a type representing bounded integers, implemented using const generics." keywords = ["bounded", "int", "integer", "limited", "numbers"] categories = ["rust-patterns", "data-structures"] license = "MIT OR Apache-2.0" repository = "https://github.com/snowpoke/bounded_types.git" [dependencies.derive_more] version = "0.99.13" features = ["constructor"] default-features = false [dependencies.paste] version = "1.0.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.shrinkwraprs] version = "0.3.0" [dev-dependencies.assert2] version = "0.3.5" [dev-dependencies.trybuild] version = "1.0.42"