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 believe there's an error in this file please file an 9# issue against the rust-lang/cargo repository. If you're 10# editing this file be aware that the upstream Cargo.toml 11# will likely look very different (and much more reasonable) 12 13[package] 14edition = "2018" 15name = "byteorder" 16version = "1.4.3" 17authors = ["Andrew Gallant <jamslam@gmail.com>"] 18exclude = ["/ci/*"] 19description = "Library for reading/writing numbers in big-endian and little-endian." 20homepage = "https://github.com/BurntSushi/byteorder" 21documentation = "https://docs.rs/byteorder" 22readme = "README.md" 23keywords = ["byte", "endian", "big-endian", "little-endian", "binary"] 24categories = ["encoding", "parsing", "no-std"] 25license = "Unlicense OR MIT" 26repository = "https://github.com/BurntSushi/byteorder" 27[profile.bench] 28opt-level = 3 29 30[lib] 31name = "byteorder" 32bench = false 33[dev-dependencies.quickcheck] 34version = "0.9.2" 35default-features = false 36 37[dev-dependencies.rand] 38version = "0.7" 39 40[features] 41default = ["std"] 42i128 = [] 43std = [] 44