blob: fb2acad122fdc8b86b311a1379bf684359e1574f [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]
14name = "byteorder"
Chih-Hung Hsiehabcf84f2019-10-25 15:50:59 -070015version = "1.3.2"
Andrew Gallantcba50552015-02-03 18:30:01 -050016authors = ["Andrew Gallant <jamslam@gmail.com>"]
Trevor Spiteri802bc112019-01-21 23:46:25 +010017build = "build.rs"
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"]
24categories = ["encoding", "parsing"]
25license = "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.doc-comment]
34version = "0.3"
Andrew Gallantb55399d2015-02-03 20:56:08 -050035
Chih-Hung Hsiehabcf84f2019-10-25 15:50:59 -070036[dev-dependencies.quickcheck]
37version = "0.8"
38default-features = false
39
40[dev-dependencies.rand]
41version = "0.6"
Andrew Gallant49c107d2015-05-20 17:26:37 -040042
Ɓukasz Jan Niemier52520a22015-11-06 11:36:03 +010043[features]
Corey Richardson0eeafb22016-05-02 14:39:11 +100044default = ["std"]
quininer kelcac7fc42017-01-03 12:55:58 +080045i128 = []
Chih-Hung Hsiehabcf84f2019-10-25 15:50:59 -070046std = []
47[badges.travis-ci]
48repository = "BurntSushi/byteorder"