[dependencies]
[features]
default = ["std"]
std = []
[lib]
name = "fiat_crypto"
path = "src/lib.rs"
[package]
authors = ["Fiat Crypto library authors <jgross@mit.edu>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Fiat-crypto generated Rust"
edition = "2021"
homepage = "https://github.com/mit-plv/fiat-crypto"
license = "MIT OR Apache-2.0 OR BSD-1-Clause"
name = "fiat-crypto"
readme = "README.md"
repository = "https://github.com/mit-plv/fiat-crypto"
rust-version = "1.83.0"
version = "0.3.0"