[package]
edition = "2021"
name = "type_eval"
version = "0.0.1-alpha"
authors = [
"Ben Pieters-Hawke <benphawke@gmail.com>",
"Remy Pierre Bushnell Clarke",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Type level evaluation and proof-carrying"
readme = "README.md"
keywords = [
"proof-carrying-code",
"type-evaluation",
"const",
]
categories = [
"no-std",
"embedded",
"mathematics",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Ben-PH/type_eval"
[lib]
name = "type_eval"
path = "src/lib.rs"
[build-dependencies.bitvec]
version = "1.0.1"