# 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" rust-version = "1.67" name = "entropic" version = "0.1.0" authors = ["Nathaniel Bennett "] description = "Traits for converting Rust data structures to/from unstructured bytes" documentation = "https://docs.rs/entropic/" readme = "README.md" keywords = [ "fuzzing", "testing", "no_std", "arbitrary", "entropy", ] categories = ["development-tools::testing"] license = "MIT OR Apache-2.0" repository = "https://github.com/nathaniel-bennett/entropic/" [dependencies.bitvec] version = "1.0" optional = true [dependencies.entropic-derive] version = "0.1" optional = true [features] alloc = [] bitvec = ["dep:bitvec"] default = ["std"] derive = ["dep:entropic-derive"] std = ["alloc"]