# 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 = "uintx" version = "0.1.0" authors = ["Alexander Schütz "] description = "Unaligned unsigned integers with exact size in memory and arithmetic operations for them" readme = "README.md" keywords = [ "u24", "u40", "u72", "unaligned", "integer", ] categories = ["data-structures"] license = "MIT OR Apache-2.0" repository = "https://github.com/AlexanderSchuetz97/uintx" [package.metadata.docs.rs] all-features = true [profile.dev] [lib] crate-type = ["rlib"] [dependencies.half] version = "^2.4.1" optional = true [dependencies.intx] version = "^0.1.0" optional = true [dependencies.num-traits] version = "^0.2.19" optional = true [dependencies.serde] version = "^1.0.202" features = ["derive"] optional = true [dependencies.ux] version = "^0.1.6" optional = true [dev-dependencies.getrandom] version = "0.2.15" [features] all = [ "num_traits_support", "ux_support", "intx_support", "unsafe_fetch", "half_support", "serde", "std", ] half_support = ["half"] intx_support = ["intx"] num_traits_support = ["num-traits"] std = [] unsafe_fetch = [] ux_support = ["ux"]