1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies.
7#
8# If you are reading this file be aware that the original Cargo.toml
9# will likely look very different (and much more reasonable).
10# See Cargo.toml.orig for the original contents.
11
12[package]
13edition = "2021"
14rust-version = "1.60"
15name = "byteorder"
16version = "1.5.0"
17authors = ["Andrew Gallant <[email protected]>"]
18description = "Library for reading/writing numbers in big-endian and little-endian."
19homepage = "https://github.com/BurntSushi/byteorder"
20documentation = "https://docs.rs/byteorder"
21readme = "README.md"
22keywords = [
23    "byte",
24    "endian",
25    "big-endian",
26    "little-endian",
27    "binary",
28]
29categories = [
30    "encoding",
31    "parsing",
32    "no-std",
33]
34license = "Unlicense OR MIT"
35repository = "https://github.com/BurntSushi/byteorder"
36
37[profile.bench]
38opt-level = 3
39
40[lib]
41name = "byteorder"
42bench = false
43
44[dev-dependencies.quickcheck]
45version = "0.9.2"
46default-features = false
47
48[dev-dependencies.rand]
49version = "0.7"
50
51[features]
52default = ["std"]
53i128 = []
54std = []
55