# 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.79" name = "heterob" version = "0.4.0" authors = ["pepyaka"] description = "Library for conversion between bytes/bits and heterogeneous lists (tuples)" homepage = "https://github.com/pepyaka/heterob" documentation = "https://docs.rs/heterob" readme = "README.md" categories = [ "no-std", "parsing", "rust-patterns", "encoding", ] license = "MIT" repository = "https://github.com/pepyaka/heterob" [[example]] name = "main" crate-type = ["lib"] test = true [[bench]] name = "bit_numbering" harness = false [dependencies.funty] version = "2.0.0" default-features = false [dependencies.paste] version = "1.0.15" [dev-dependencies.criterion] version = "0.3" features = ["html_reports"]