[dev-dependencies.quickcheck]
default-features = false
version = "0.9.2"
[dev-dependencies.rand]
version = "0.7"
[features]
default = ["std"]
i128 = []
std = []
[lib]
bench = false
name = "byteorder"
[package]
authors = ["Andrew Gallant <jamslam@gmail.com>"]
categories = ["encoding", "parsing", "no-std"]
description = "Library for reading/writing numbers in big-endian and little-endian."
documentation = "https://docs.rs/byteorder"
edition = "2021"
homepage = "https://github.com/BurntSushi/byteorder"
keywords = ["byte", "endian", "big-endian", "little-endian", "binary"]
license = "Unlicense OR MIT"
name = "byteorder"
readme = "README.md"
repository = "https://github.com/BurntSushi/byteorder"
rust-version = "1.60"
version = "1.5.0"
[profile.bench]
opt-level = 3