byteorder-core2 1.5.0-core2

Personal fork based on byteorder PR 184 that adds some core2 support to byteorder
Documentation
# 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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.60"
name = "byteorder-core2"
version = "1.5.0-core2"
authors = ["Andrew Gallant <jamslam@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Personal fork based on byteorder PR 184 that adds some core2 support to byteorder "
readme = "README.md"
keywords = [
    "byte",
    "endian",
    "big-endian",
    "little-endian",
    "binary",
]
categories = [
    "encoding",
    "parsing",
    "no-std",
]
license = "Unlicense OR MIT"
repository = "https://github.com/vinceTheProgrammer/byteorder-core2"

[features]
default = ["std"]
i128 = []
std = []

[lib]
name = "byteorder"
path = "src/lib.rs"
bench = false

[[bench]]
name = "bench"
path = "benches/bench.rs"

[dependencies.core2]
version = "0.4.0"
features = [
    "nightly",
    "alloc",
]
default-features = false

[dev-dependencies.quickcheck]
version = "0.9.2"
default-features = false

[dev-dependencies.rand]
version = "0.7"

[profile.bench]
opt-level = 3