[package] name = "supply-chain-trust-example-crate-000061" version = "1.5.0" authors = [ "Hassnain",] description = "Library for reading/writing numbers in big-endian and little-endian." documentation = "https://docs.rs/byteorder" readme = "README.md" categories = [ "encoding", "parsing", "no-std",] keywords = [ "byte", "endian", "big-endian", "little-endian", "binary",] license = "Unlicense OR MIT" edition = "2021" rust-version = "1.60" [lib] name = "byteorder" bench = false [dev-dependencies] rand = "0.7" [features] default = [ "std",] std = [] i128 = [] [dev-dependencies.quickcheck] version = "0.9.2" default-features = false [profile.bench] opt-level = 3