cargo-lambda 1.3.0__py3-none-macosx_11_0_arm64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,31 @@
1
+ Metadata-Version: 2.1
2
+ Name: cargo-lambda
3
+ Version: 1.3.0
4
+ Requires-Dist: ziglang>=0.10.0
5
+ Summary: Cargo subcommand to work with AWS Lambda
6
+ Keywords: cargo,subcommand,aws,lambda
7
+ Home-Page: https://github.com/cargo-lambda/cargo-lambda
8
+ Author: David Calavera
9
+ License: MIT
10
+ Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
11
+ Project-URL: Source Code, https://github.com/cargo-lambda/cargo-lambda
12
+
13
+ # cargo-lambda
14
+
15
+ [![crates.io][crate-image]][crate-link]
16
+ [![Build Status][build-image]][build-link]
17
+
18
+ cargo-lambda is a [Cargo](https://doc.rust-lang.org/cargo/) subcommand to help you work with AWS Lambda.
19
+
20
+ Get started by looking at **[the documentation](https://www.cargo-lambda.info/guide/getting-started)**.
21
+
22
+ ## License
23
+
24
+ This project is released under the [MIT License](/LICENSE).
25
+
26
+ [//]: # 'badges'
27
+ [crate-image]: https://img.shields.io/crates/v/cargo-lambda.svg
28
+ [crate-link]: https://crates.io/crates/cargo-lambda
29
+ [build-image]: https://github.com/cargo-lambda/cargo-lambda/workflows/Build/badge.svg
30
+ [build-link]: https://github.com/cargo-lambda/cargo-lambda/actions?query=workflow%3ACI+branch%3Amain
31
+
@@ -0,0 +1,4 @@
1
+ cargo_lambda-1.3.0.dist-info/METADATA,sha256=SyLTP09yNKCVQSuEUolAy0LjH7WBQ3moBOgoGDNxK1U,1112
2
+ cargo_lambda-1.3.0.dist-info/WHEEL,sha256=clBthdMSE8sl5T7egYhBmEgJJalfYHMjTqY4gvW6irg,102
3
+ cargo_lambda-1.3.0.data/scripts/cargo-lambda,sha256=ej7nvedR8n3PdWU9ZX9MSvutZsL-3WE88z9VZvNEofY,27874656
4
+ cargo_lambda-1.3.0.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: maturin (0.13.6)
3
+ Root-Is-Purelib: false
4
+ Tag: py3-none-macosx_11_0_arm64