[package] name = "byteflow" version = "0.2.1" authors = [ "Aritz Lopez " ] categories = ["parsing", "encoding"] description = "Library for reading/writing non-byte-aligned numeric types" documentation = "https://docs.rs/byteflow" edition = "2021" keywords = ["byte", "bit", "endian", "binary"] license = "MIT" repository = "https://gitlab.com/aritzh/byteflow" include = [ "src/*", "Cargo.toml" ] [dependencies] num-traits = "0.2.17" [dev-dependencies] criterion = { version = "0.4", features = ["html_reports"] } [[bench]] name = "benchmarks" harness = false path = "benches"