# 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 = "awint" version = "0.17.0" authors = ["Aaron Kutch "] description = "Arbitrary width integers" documentation = "https://docs.rs/awint" readme = "README.md" keywords = [ "int", "integer", "big", "math", "no_std", ] categories = [ "data-structures", "mathematics", "algorithms", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/AaronKutch/awint" [dependencies.awint_core] version = "0.17.0" default-features = false [dependencies.awint_dag] version = "0.17.0" optional = true default-features = false [dependencies.awint_ext] version = "0.17.0" optional = true default-features = false [dependencies.awint_macro_internals] version = "0.17.0" optional = true default-features = false [dependencies.awint_macros] version = "0.17.0" [features] alloc = ["awint_ext"] const_support = [ "awint_core/const_support", "awint_ext?/const_support", ] dag = [ "awint_dag", "std", ] debug = [ "awint_dag/debug", "awint_macro_internals/debug", ] default = [ "try_support", "std", ] gen_counter_for_pstate = ["awint_dag?/gen_counter_for_pstate"] rand_support = ["awint_core/rand_support"] serde_support = [ "awint_core/serde_support", "awint_ext?/serde_support", ] std = [ "alloc", "awint_macro_internals", ] try_support = ["awint_dag?/try_support"] u128_digits = ["awint_core/u128_digits"] u16_digits = ["awint_core/u16_digits"] u32_digits = ["awint_core/u32_digits"] u32_for_pstate = ["awint_dag?/u32_for_pstate"] u64_digits = ["awint_core/u64_digits"] u8_digits = ["awint_core/u8_digits"] zeroize_support = ["awint_ext/zeroize_support"]