# 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 = "aint" version = "0.1.0" authors = ["Jack Bernard "] description = "Arbitrary width integers between 1 and 128" homepage = "https://github.com/Vociferix/aint" documentation = "https://docs.rs/aint" readme = "README.md" keywords = [ "int", "uint", "arbitrary", "no_std", "num", ] categories = [ "embedded", "encoding", "mathematics", "no-std", "no-std::no-alloc", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Vociferix/aint" [dependencies.num-integer] version = "0.1" optional = true [dependencies.num-traits] version = "0.2" optional = true [dependencies.serde] version = "1.0" optional = true [dev-dependencies.paste] version = "1.0" [features] default = [] num = [ "dep:num-traits", "dep:num-integer", ] serde = ["dep:serde"]