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