# 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 = "scratchstack-wrapper-aws-c-sdkutils" version = "0.1.0-alpha.7" authors = ["David Cuthbert "] build = "build.rs" links = "aws-c-sdkutils" include = [ "/include/aws/sdkutils/*.h", "/include/aws/sdkutils/*.inl", "/src", "Cargo.toml", "build.rs", ] description = "Scratchstack Rust wrapper around the aws-c-sdkutils library" homepage = "https://github.com/dacut/scratchstack-wrapper-aws-c-sdkutils" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/dacut/scratchstack-wrapper-aws-c-sdkutils" [lib] name = "scratchstack_wrapper_aws_c_sdkutils" crate-type = ["lib"] doctest = false [dependencies.libc] version = "^0.2" [dependencies.scratchstack-wrapper-aws-c-common] version = "0.1.0-alpha.7" [build-dependencies.bindgen] version = "^0.61"