[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"