blob: d198f8c60fcb1df0bfed2efe927216bcb9976827 [file] [log] [blame]
Andrew Gallantcba50552015-02-03 18:30:01 -05001[package]
2name = "byteorder"
Andrew Gallantea6a2ed2016-03-24 18:57:17 -04003version = "0.5.1" #:version
Andrew Gallantcba50552015-02-03 18:30:01 -05004authors = ["Andrew Gallant <jamslam@gmail.com>"]
5description = "Library for reading/writing numbers in big-endian and little-endian."
6documentation = "http://burntsushi.net/rustdoc/byteorder/"
7homepage = "https://github.com/BurntSushi/byteorder"
8repository = "https://github.com/BurntSushi/byteorder"
9readme = "README.md"
Andrew Gallantf1f61892015-05-20 17:26:44 -040010keywords = ["byte", "endian", "big-endian", "little-endian", "binary"]
Andrew Gallanteb4486b2015-04-15 18:30:30 -040011license = "Unlicense/MIT"
Andrew Gallantcba50552015-02-03 18:30:01 -050012
13[lib]
14name = "byteorder"
Andrew Gallantb55399d2015-02-03 20:56:08 -050015
16[dev-dependencies]
Andrew Gallant20c1bff2015-08-30 11:03:03 -040017quickcheck = "0.2"
18rand = "0.3"
Andrew Gallant49c107d2015-05-20 17:26:37 -040019
Łukasz Jan Niemier52520a22015-11-06 11:36:03 +010020[features]
Corey Richardson0eeafb22016-05-02 14:39:11 +100021default = ["std"]
22std = []
Łukasz Jan Niemier52520a22015-11-06 11:36:03 +010023
Andrew Gallant49c107d2015-05-20 17:26:37 -040024[profile.bench]
25opt-level = 3