# 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] name = "gateway" version = "0.0.0" authors = ["softprops "] description = "Rust interface lambda API gateway events" homepage = "https://github.com/softprops/gateway" documentation = "https://softprops.github.io/gateway" readme = "README.md" keywords = ["serverless", "aws", "lambda"] license = "MIT" repository = "https://github.com/softprops/gateway" [dependencies.cpython] version = "0.1" [dependencies.cpython-json] version = "0.2" default-features = false [dependencies.crowbar] version = "0.2" [dependencies.python3-sys] version = "0.1.3" features = ["python-3-4"] optional = true [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [features] default = ["cpython/python3-sys"] [badges.coveralls] repository = "softprops/gateway" [badges.travis-ci] repository = "softprops/gateway"