atomfn 0.1.4

AtomService 函数服务 Rust SDK:与 TS SDK 协议一致的常驻 HTTP 运行时
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "atomfn"
version = "0.1.4"
edition = "2021"
description = "AtomService 函数服务 Rust SDK:与 TS SDK 协议一致的常驻 HTTP 运行时"
license = "MIT"
repository = "https://github.com/openorson/atomservice"
documentation = "https://docs.rs/atomfn"
keywords = ["faas", "serverless", "functions", "atomservice"]
categories = ["web-programming::http-server"]
authors = ["openorson <openorson@hotmail.com>"]

[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = { version = "1", features = ["preserve_order"] }
time = { version = "0.3", features = ["formatting"] }
tiny_http = "0.12"
validator = { version = "0.19", features = ["derive"] }