# 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. cargo-features = ["workspace-inheritance"] [package] edition = "2021" name = "zerocopy-bitslice" version = "0.1.1" authors = [ "Cavey Cool ", "Tracy Adams ", "Sarah Strange ", ] description = "A bitfield manipulation library used to create pseudorandom sequences." license = "Apache-2.0" repository = "https://github.com/genesysgo/shadow-nft-standard" resolver = "1" [dependencies.sha2] version = "0.10.6" optional = true [dependencies.shadow-nft-common] version = "0.1.1" [features] choose-random-zero = [ "std", "sha2", ] default = [ "choose-random-zero", "std", ] std = []