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