[package] name = "evercrypt_tiny-sys" version = "0.1.1" edition = "2021" authors = ["KizzyCode Software Labs./Keziah Biermann "] 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] cc = "1.0.73" [profile.release] overflow-checks = true [profile.bench] overflow-checks = true