# 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" name = "mountpoint-s3-crt-sys" version = "0.10.0" build = "build.rs" exclude = [ "crt/*/samples/**", "crt/*/tests", "!crt/aws-lc/tests/compiler_features_tests", "!crt/s2n-tls/tests/features", "crt/*/verification", "crt/*/include/aws/testing", "crt/**/docs", "crt/aws-c-cal/ecdsa-fuzz-corpus/*", "crt/aws-c-common/verification/*", "crt/aws-c-common/AWSCRTAndroidTestRunner", "crt/aws-c-s3/benchmarks", "crt/aws-lc/**/*test*.go", "crt/aws-lc/**/*test*.json", "crt/aws-lc/**/*test*.py", "crt/aws-lc/**/*test*.txt", "crt/aws-lc/crypto/**/*_test.cc", "crt/aws-lc/crypto/cipher_extra/test/*", "crt/aws-lc/crypto/fipsmodule/bn/test/*", "crt/aws-lc/crypto/fipsmodule/policydocs/*", "crt/aws-lc/crypto/fipsmodule/sha/testvectors/*", "crt/aws-lc/crypto/fipsmodule/ml_kem/kat/*.txt", "crt/aws-lc/crypto/kyber/kat/*.txt", "crt/aws-lc/crypto/dilithium/kat/*.txt", "crt/aws-lc/crypto/x509/test/*", "crt/aws-lc/crypto/ocsp/test/*", "crt/aws-lc/crypto/hpke/test-vectors.json", "crt/aws-lc/fuzz/*", "crt/aws-lc/generated-src/ios-*", "crt/aws-lc/generated-src/mac-*", "crt/aws-lc/generated-src/win-*", "crt/aws-lc/generated-src/crypto_test_data.cc", "crt/aws-lc/ssl/ssl_test.cc", "crt/aws-lc/ssl/test/*", "crt/aws-lc/tests", "crt/aws-lc/third_party/googletest/*", "crt/aws-lc/third_party/wycheproof_testvectors/*", "crt/aws-lc/tool", "crt/aws-lc/util", "!crt/aws-lc/util/fipstools/CMakeLists.txt", "!crt/aws-lc/util/fipstools/acvp/modulewrapper/CMakeLists.txt", "crt/s2n-tls/compliance/*", "crt/s2n-tls/docker-images/*", "crt/s2n-tls/nix/*", "crt/s2n-tls/scram/SCRAM_paper.pdf", "**/.github/**", "**/*.jar", "**/*.md", "**/*.png", "**/.gitignore", "**/.clang-format", "**/.clang-tidy", "**/README", "**/CONTRIBUTORS", "**/format-check.py", "**/format-check.sh", "**/codebuild/**", "**/codereview.settings", "**/.builder/**", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Rust FFI bindings to the AWS Common Runtime for Mountpoint for Amazon S3." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/awslabs/mountpoint-s3" [lib] name = "mountpoint_s3_crt_sys" path = "src/lib.rs" doctest = false [dependencies.libc] version = "0.2.126" [dependencies.log] version = "0.4.17" [dependencies.smallstr] version = "0.3.0" [build-dependencies.bindgen] version = "0.66.1" features = ["runtime"] default-features = false [build-dependencies.cc] version = "1.0.73" [build-dependencies.cmake] version = "0.1.48" [build-dependencies.rustflags] version = "0.1.1" [build-dependencies.which] version = "6.0.0"