# 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 = "intx" version = "0.1.0" authors = ["Robin Freyler "] description = "Defines new integer types with non-standard but fixed sizes." documentation = "https://docs.rs/intx/" readme = "README.md" keywords = [ "integer", "unaligned", "misaligned", "non-standard", "unsigned", ] categories = [ "embedded", "no-std", "data-structures", ] license = "Apache-2.0/MIT" repository = "https://github.com/Robbepop/intx" [dependencies]