# 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" rust-version = "1.56.1" name = "prim_int_kind" version = "0.1.3" authors = ["Dmitrii Demenev "] autobins = false autoexamples = false autotests = false autobenches = false description = "Enumeration whose variants represent kinds of primitive integers" documentation = "https://docs.rs/prim_int_kind" readme = "README.md" keywords = ["primitive", "integer"] categories = [] license = "MIT OR Apache-2.0" repository = "https://github.com/JohnScience/prim_int_kind" resolver = "2" [dependencies.just_prim_int] version = "0.1.0" [dependencies.konst] version = "0.2.13" [dependencies.thiserror] version = "1.0.30" [features] const_trait_impl = []