cheep-crator-2/vendor/lebe/Cargo.toml

50 lines
1.3 KiB
TOML

# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)
[package]
edition = "2018"
name = "lebe"
version = "0.5.1"
authors = ["johannesvollmer <johannes596@t-online.de>"]
description = "Tiny, dead simple, high performance endianness conversions with a generic API"
documentation = "https://docs.rs/crate/lebe/"
readme = "README.md"
keywords = ["endianness", "binary", "io", "byteorder", "endian"]
categories = ["encoding", "filesystem", "algorithms"]
license-file = "LICENSE.md"
repository = "https://github.com/johannesvollmer/lebe"
[profile.bench]
lto = true
debug = true
[lib]
path = "src/lib.rs"
test = true
doctest = true
bench = true
doc = true
plugin = false
proc-macro = false
[[bench]]
name = "benches"
harness = false
[dev-dependencies.bencher]
version = "0.1.5"
[dev-dependencies.byteorder]
version = "1.3.2"
[features]
[badges.maintenance]
status = "actively-developed"