# 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 = "mu_runtime" version = "0.2.0" authors = ["Miere Teixeira "] description = "Alternative AWS Lambda Runtime for Rust" readme = "../../README.md" keywords = ["AWS", "Lambda", "API"] categories = ["web-programming::http-server"] license = "Apache-2.0" repository = "https://github.com/miere/mu-rs" [lib] [dependencies.async-trait] version = "0.1" [dependencies.hyper] version = "0.14" features = ["client", "http1", "tcp"] [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dev-dependencies.aws_lambda_events] version = "^0.4.0" [dev-dependencies.httpmock] version = "0.5.8" [dev-dependencies.maplit] version = "1.0.2" [dev-dependencies.rusoto_core] version = "0.46.0" [dev-dependencies.rusoto_dynamodb] version = "0.46.0" [dev-dependencies.tokio] version = "1.0" features = ["full"]