118 lines
3.2 KiB
TOML
118 lines
3.2 KiB
TOML
# 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 = "2021"
|
||
rust-version = "1.71.0"
|
||
name = "aws-lc-sys"
|
||
version = "0.39.0"
|
||
authors = ["AWS-LC"]
|
||
build = "builder/main.rs"
|
||
links = "aws_lc_0_39_0"
|
||
include = [
|
||
"LICENSE",
|
||
"/aws-lc/**/*.c",
|
||
"/aws-lc/**/*.cc",
|
||
"/aws-lc/**/*.pl",
|
||
"/aws-lc/**/*.h",
|
||
"/aws-lc/**/*.h.in",
|
||
"/aws-lc/**/*.pc.in",
|
||
"/aws-lc/**/*.i",
|
||
"/aws-lc/**/*.S",
|
||
"/aws-lc/**/*.asm",
|
||
"/aws-lc/**/CMakeLists.txt",
|
||
"/aws-lc/**/*.cmake",
|
||
"/aws-lc/**/*.errordata",
|
||
"/aws-lc/**/err_data_generate.go",
|
||
"/aws-lc/**/*.lds",
|
||
"/aws-lc/**/*.inc",
|
||
"!/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/tool/**",
|
||
"!/aws-lc/tool-openssl/**",
|
||
"/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/third_party/jitterentropy/**/*.c",
|
||
"/aws-lc/third_party/jitterentropy/**/*.h",
|
||
"/aws-lc/third_party/jitterentropy/CMakeLists.txt",
|
||
"!/aws-lc/third_party/jitterentropy/jitterentropy-library/tests/**",
|
||
"/aws-lc/util/fipstools/**/CMakeLists.txt",
|
||
"/aws-lc/util/fipstools/**/*.c",
|
||
"/CMakeLists.txt",
|
||
"/builder/**/*.rs",
|
||
"/builder/**/*.bat",
|
||
"/builder/**/*.sh",
|
||
"/builder/**/*.obj",
|
||
"/Cargo.toml",
|
||
"/generated-include/**",
|
||
"/include/**",
|
||
"/src/**/*.rs",
|
||
"/tests/**/*.rs",
|
||
]
|
||
autolib = false
|
||
autobins = false
|
||
autoexamples = false
|
||
autotests = false
|
||
autobenches = false
|
||
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."
|
||
readme = "README.md"
|
||
license = "ISC AND (Apache-2.0 OR ISC) AND Apache-2.0 AND MIT AND BSD-3-Clause AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 OR ISC OR MIT-0)"
|
||
repository = "https://github.com/aws/aws-lc-rs"
|
||
|
||
[package.metadata.aws-lc-sys]
|
||
commit-hash = "47389586f8aa77c83245173793f4d44ed1d6c3a8"
|
||
|
||
[features]
|
||
all-bindings = []
|
||
asan = []
|
||
bindgen = ["dep:bindgen"]
|
||
default = ["all-bindings"]
|
||
disable-prebuilt-nasm = []
|
||
fips = ["dep:bindgen"]
|
||
prebuilt-nasm = []
|
||
ssl = [
|
||
"bindgen",
|
||
"all-bindings",
|
||
]
|
||
|
||
[lib]
|
||
name = "aws_lc_sys"
|
||
path = "src/lib.rs"
|
||
|
||
[[test]]
|
||
name = "sanity-tests"
|
||
path = "tests/sanity-tests.rs"
|
||
|
||
[build-dependencies.bindgen]
|
||
version = "0.72.0"
|
||
optional = true
|
||
|
||
[build-dependencies.cc]
|
||
version = "1.2.26"
|
||
features = ["parallel"]
|
||
|
||
[build-dependencies.cmake]
|
||
version = "0.1.54"
|
||
|
||
[build-dependencies.dunce]
|
||
version = "1.0.5"
|
||
|
||
[build-dependencies.fs_extra]
|
||
version = "1.3.0"
|