# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" rust-version = "1.66.0" name = "psa-crypto-sys" version = "0.12.0" authors = ["Parsec Project Contributors"] description = "Wrapper around the PSA Cryptography API" readme = "README.md" keywords = [ "psa", "crypto", "cryptography", ] categories = [ "api-bindings", "external-ffi-bindings", "cryptography", ] license = "Apache-2.0" repository = "https://github.com/parallaxsecond/rust-psa-crypto" [build-dependencies.bindgen] version = "0.66.1" optional = true [build-dependencies.cc] version = "1.0.59" [build-dependencies.cmake] version = "0.1.44" [build-dependencies.regex] version = "1.9.1" [build-dependencies.walkdir] version = "2.3.1" [features] default = ["operations"] interface = ["bindgen"] operations = ["interface"] prefix = [] static = []