blob: c71f90ba9c89314e4895b94dd33a6bfe0d704c4d [file] [log] [blame]
Chih-Hung Hsiehabcf84f2019-10-25 15:50:59 -07001# 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
Andrew Gallantcba50552015-02-03 18:30:01 -050013[package]
Yi Kong053c0682021-02-14 22:04:08 +080014edition = "2018"
Andrew Gallantcba50552015-02-03 18:30:01 -050015name = "byteorder"
Joel Galenson578f4352021-04-01 15:18:27 -070016version = "1.4.3"
Andrew Gallantcba50552015-02-03 18:30:01 -050017authors = ["Andrew Gallant <jamslam@gmail.com>"]
Chih-Hung Hsiehabcf84f2019-10-25 15:50:59 -070018exclude = ["/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"]
Yi Kong053c0682021-02-14 22:04:08 +080024categories = ["encoding", "parsing", "no-std"]
Chih-Hung Hsiehabcf84f2019-10-25 15:50:59 -070025license = "Unlicense OR MIT"
26repository = "https://github.com/BurntSushi/byteorder"
27[profile.bench]
28opt-level = 3
Andrew Gallantcba50552015-02-03 18:30:01 -050029
30[lib]
31name = "byteorder"
Andrew Gallant1a923932016-12-30 12:55:31 -050032bench = false
Chih-Hung Hsiehabcf84f2019-10-25 15:50:59 -070033[dev-dependencies.quickcheck]
Yi Kong053c0682021-02-14 22:04:08 +080034version = "0.9.2"
Chih-Hung Hsiehabcf84f2019-10-25 15:50:59 -070035default-features = false
36
37[dev-dependencies.rand]
Yi Kong053c0682021-02-14 22:04:08 +080038version = "0.7"
Andrew Gallant49c107d2015-05-20 17:26:37 -040039
Ɓukasz Jan Niemier52520a22015-11-06 11:36:03 +010040[features]
Corey Richardson0eeafb22016-05-02 14:39:11 +100041default = ["std"]
quininer kelcac7fc42017-01-03 12:55:58 +080042i128 = []
Chih-Hung Hsiehabcf84f2019-10-25 15:50:59 -070043std = []