# 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 = "steel-plate" version = "0.1.0" authors = ["Richard Chen (iochen.com)"] exclude = [ "src/public/src_raw/*", "rust.zip", ] autobins = false description = "Steel Plate for Arctic Fox, similar to POPCAT" homepage = "https://github.com/iochen/steel-plate" readme = "README.md" license = "MIT" repository = "https://github.com/iochen/steel-plate" resolver = "2" [[bin]] name = "bootstrap" path = "src/bin/steel-plate-aws-lambda.rs" [[bin]] name = "steel-plate" path = "src/bin/steel-plate-standalone.rs" [dependencies.async_once] version = "0.2.6" [dependencies.aws-config] version = "0.46.0" [dependencies.aws-sdk-dynamodb] version = "0.16.0" [dependencies.aws-smithy-http] version = "0.46.0" [dependencies.aws_lambda_events] version = "0.6.3" [dependencies.base64] version = "0.13.0" [dependencies.gtmpl] version = "0.7.1" [dependencies.hyper] version = "0.14.20" features = [ "server", "tcp", "http1", ] [dependencies.infer] version = "0.3.7" default-features = false [dependencies.lambda_http] version = "0.6.0" features = ["apigw_http"] [dependencies.lazy_static] version = "1.4.0" [dependencies.minify-html] version = "0.9.2" [dependencies.rust-embed] version = "6.4.0" [dependencies.serde_derive] version = "1.0.140" [dependencies.serde_json] version = "1.0.82" [dependencies.tokio] version = "1.20.1" features = ["full"]