[package] name = "aws-lc-sys" description = "AWS-LC is a general-purpose cryptographic library maintained by the AWS Cryptography team for AWS and their customers. It іs based on code from the Google BoringSSL project and the OpenSSL project." version = "0.9.0" authors = ["AWS-LC"] edition = "2021" repository = "https://github.com/aws/aws-lc-rs" license = "ISC AND (Apache-2.0 OR ISC)" rust-version = "1.60.0" include = [ "LICENSE", "/aws-lc/**/*.c", "/aws-lc/**/*.cc", "/aws-lc/**/*.pl", "/aws-lc/**/*.h", "/aws-lc/**/*.S", "/aws-lc/**/CMakeLists.txt", "/aws-lc/**/*.cmake", "/aws-lc/**/*.errordata", "!/aws-lc/bindings/**", "!/aws-lc/docs/**", "!/aws-lc/fuzz/**", "!/aws-lc/generated-src/crypto_test_data.cc", "!/aws-lc/tests/**", "!/aws-lc/third_party/**", "!/aws-lc/util/**", "/aws-lc/tests/compiler_features_tests/**.c", "/aws-lc/third_party/fiat/**/LICENSE", "/aws-lc/third_party/fiat/**/*.h", "/aws-lc/third_party/s2n-bignum/**/*.S", "/aws-lc/third_party/s2n-bignum/**/*.h", "/aws-lc/util/fipstools/**/CMakeLists.txt", "/aws-lc/util/fipstools/**/*.c", "/CMakeLists.txt", "/builder/**/*.rs", "/Cargo.toml", "/generated-include/**", "/include/**", "/rust_wrapper.c", "/src/**/*.rs", "/tests/**/*.rs", ] build = "builder/main.rs" [features] asan = [] ssl = [] bindgen = ["dep:bindgen"] # Generate the bindings on the targetted platform as a fallback mechanism. [build-dependencies] cmake = "0.1.48" dunce = "1.0" [target.'cfg(any(all(target_os = "macos", target_arch = "x86_64"), all(target_os = "linux", target_arch = "x86"), all(target_os = "linux", target_arch = "x86_64"), all(target_os = "linux", target_arch = "aarch64")))'.build-dependencies] bindgen = { version = "0.66.0", optional = true } [target.'cfg(not(any(all(target_os = "macos", target_arch = "x86_64"), all(target_os = "linux", target_arch = "x86"), all(target_os = "linux", target_arch = "x86_64"), all(target_os = "linux", target_arch = "aarch64"))))'.build-dependencies] bindgen = { version = "0.66.1" } [dependencies] libc = "0.2" paste = "1.0.11" [dev-dependencies] openssl = { version = "0.10" } [package.metadata.aws-lc-sys] commit-hash = "cb7712dfa896d32d55992e2cb13d5fa54fb77002"