# 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_ext" version = "0.17.0" authors = ["Aaron Kutch "] description = "Externally allocating `awint` functionality" 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.const_fn] version = "0.4" [dependencies.serde] version = "1.0" optional = true default-features = false [dependencies.zeroize] version = "1" optional = true default-features = false [dev-dependencies.ron] version = "0.8" [features] const_support = ["awint_core/const_support"] default = [] serde_support = ["serde"] u128_digits = ["awint_core/u128_digits"] u16_digits = ["awint_core/u16_digits"] u32_digits = ["awint_core/u32_digits"] u64_digits = ["awint_core/u64_digits"] u8_digits = ["awint_core/u8_digits"] zeroize_support = [ "zeroize", "awint_core/zeroize_support", ]