# 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 = "u64_array_bigints_core" version = "0.3.4" authors = ["Aaron Kutch "] description = "Core library for `u64_array_bigints`" documentation = "https://docs.rs/u64_array_bigints" readme = "README.md" keywords = [ "bigint", "no_std", ] categories = [ "data-structures", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/AaronKutch/u64_array_bigints" [dependencies.bytemuck] version = "1.13" default-features = false [dependencies.rand_core] version = "0.6" optional = true default-features = false [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0" optional = true [dependencies.uint] version = "0.9" optional = true default-features = false [dev-dependencies.awint] version = "0.11" features = ["alloc"] default-features = false [dev-dependencies.rand_xoshiro] version = "0.6" default-features = false [features] default = [ "rand_support", "serde_support", ] rand_support = ["rand_core"] serde_support = ["serde"] std = ["thiserror"] use_parity_uint = ["uint"]