cargo / fiat-crypto / audit
cargo : fiat-crypto @ 0.2.9
PE Patrick Elsen signed 2026-05-28 published 2026-05-28

Cargo.toml.orig

19 lines · plain

[package]name = "fiat-crypto"version = "0.2.9"authors = ["Fiat Crypto library authors <jgross@mit.edu>"]edition = "2018"description = "Fiat-crypto generated Rust"homepage = "https://github.com/mit-plv/fiat-crypto"repository = "https://github.com/mit-plv/fiat-crypto"readme = "README.md"license = "MIT OR Apache-2.0 OR BSD-1-Clause"# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html[dependencies][features]default = [ "std" ]std = []