# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "minlambda" version = "0.2.0" authors = ["iliana destroyer of worlds "] description = "Minimalist AWS Lambda runtime for Rust" readme = "README.md" keywords = ["aws", "lambda"] categories = ["web-programming"] license = "MIT" repository = "https://github.com/iliana/minlambda" [package.metadata.docs.rs] targets = [] [profile.release] opt-level = "s" lto = true codegen-units = 1 [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dev-dependencies.futures-util] version = "0.3" [dev-dependencies.reqwest] version = "0.10" features = ["rustls-tls"] default-features = false [dev-dependencies.serde_derive] version = "1" [dev-dependencies.tokio] version = "0.2"