[dependencies]
[dev-dependencies.proptest]
version = ">=1.2.0"
[features]
alloc = []
default = ["alloc"]
[package]
authors = ["Will Sturgeon <willstrgn@gmail.com>"]
build = "build.rs"
categories = ["parsing", "no-std", "no-std::no-alloc", "encoding", "compilers"]
description = "Zero-copy isomorphic parsing: your code should look like what it parses."
edition = "2021"
keywords = ["parsing", "parser", "no_std"]
license = "MPL-2.0"
name = "transduce"
readme = "README.md"
repository = "https://github.com/wrsturgeon/transduce"
version = "0.4.3"