]> git.proxmox.com Git - rustc.git/blame - vendor/byteorder/Cargo.toml
Merge tag 'debian/1.52.1+dfsg1-1_exp2' into proxmox/buster
[rustc.git] / vendor / byteorder / Cargo.toml
CommitLineData
abe05a73
XL
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
e1599b0c 6# to registry (e.g., crates.io) dependencies
abe05a73
XL
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]
5869c6ff 14edition = "2018"
ff7c6d11 15name = "byteorder"
6a06907d 16version = "1.4.3"
ff7c6d11 17authors = ["Andrew Gallant <jamslam@gmail.com>"]
0731742a 18exclude = ["/ci/*"]
ff7c6d11
XL
19description = "Library for reading/writing numbers in big-endian and little-endian."
20homepage = "https://github.com/BurntSushi/byteorder"
21documentation = "https://docs.rs/byteorder"
abe05a73 22readme = "README.md"
ff7c6d11 23keywords = ["byte", "endian", "big-endian", "little-endian", "binary"]
5869c6ff 24categories = ["encoding", "parsing", "no-std"]
0731742a 25license = "Unlicense OR MIT"
ff7c6d11
XL
26repository = "https://github.com/BurntSushi/byteorder"
27[profile.bench]
abe05a73
XL
28opt-level = 3
29
30[lib]
ff7c6d11 31name = "byteorder"
abe05a73 32bench = false
abe05a73 33[dev-dependencies.quickcheck]
5869c6ff 34version = "0.9.2"
ff7c6d11 35default-features = false
abe05a73 36
ff7c6d11 37[dev-dependencies.rand]
5869c6ff 38version = "0.7"
abe05a73 39
ff7c6d11
XL
40[features]
41default = ["std"]
42i128 = []
43std = []