# 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 = "aws-build-lib" version = "0.10.1" authors = ["Nicholas Bishop "] description = "Build Rust crates for deployment to AWS EC2 or AWS Lambda" readme = "README.md" keywords = [ "aws", "lambda", "docker", "build", "ec2", ] license = "Apache-2.0" repository = "https://github.com/nicholasbishop/aws-build" resolver = "1" [dependencies.anyhow] version = "1.0.45" features = ["std"] default-features = false [dependencies.cargo_metadata] version = "0.14.1" default-features = false [dependencies.docker-command] version = "3.0.0" features = ["logging"] default-features = false [dependencies.fehler] version = "1.0.0" default-features = false [dependencies.fs-err] version = "2.6.0" default-features = false [dependencies.log] version = "0.4.14" features = ["std"] default-features = false [dependencies.sha2] version = "0.9.8" default-features = false [dependencies.tempfile] version = "3.2.0" default-features = false [dependencies.time] version = "0.3.5" features = ["std"] default-features = false [dependencies.zip] version = "0.5.13" features = ["deflate"] default-features = false [badges.maintenance] status = "deprecated"