https://github.com/mit-plv/fiat-crypto
Raw File
Tip revision: 36ef68f05a435723491368ad68131707f529b8f4 authored by Jason Gross on 29 March 2022, 22:51:08 UTC
Add support for SKIP_COQSCRIPTS_INCLUDE=1
Tip revision: 36ef68f
Cargo.toml
[package]
name = "fiat-crypto"
version = "0.1.13"
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 = []
back to top