[package]
name = "evercrypt_tiny-sys"
version = "0.1.0"
edition = "2021"
authors = ["KizzyCode Software Labs./Keziah Biermann <development@kizzycode.de>"]
keywords = []
categories = []
description = "A tiny build of EverCrypt's c89-distribution with autogenerated bindings"
license = "BSD-2-Clause OR MIT"
repository = "https://github.com/KizzyCode/evercrypt_tiny-rust"
readme = "README.md"
build = "build/main.rs"
[badges]
appveyor = { repository = "KizzyCode/evercrypt_tiny-rust" }
[features]
default = []
[dependencies]
[build-dependencies]
bindgen = { version = "0.60.1", default-features = false, features = ["runtime"] }
cc = "1.0.73"
[profile.release]
overflow-checks = true
[profile.bench]
overflow-checks = true