[dependencies]
[features]
alloc = []
default = ["std"]
std = ["alloc"]
[lib]
name = "legume"
path = "src/lib.rs"
[package]
authors = ["Hera Chamorro <hera@hera.wtf>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Peas in a pod, reinterpreting bits like a god."
edition = "2021"
homepage = "https://github.com/herabit/legume"
license = "MIT OR Apache-2.0"
name = "legume"
readme = "README.md"
repository = "https://github.com/herabit/legume"
version = "0.0.0"