corez 0.1.1

Safe, no_std-compatible Read/Write traits for the Zcash ecosystem.
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.85.1"
name = "corez"
version = "0.1.1"
authors = ["Kris Nuttycombe <kris@nutty.land>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe, no_std-compatible Read/Write traits for the Zcash ecosystem."
homepage = "https://github.com/zcash/corez"
readme = "README.md"
keywords = [
    "io",
    "no_std",
]
categories = [
    "encoding",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/zcash/corez"

[features]
alloc = []
default = ["std"]
std = ["alloc"]

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

[[test]]
name = "io"
path = "tests/io.rs"