cufflink-fn 0.14.2

Write custom Cufflink handlers in Rust — compiles to WASM
Documentation
# 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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "cufflink-fn"
version = "0.14.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Write custom Cufflink handlers in Rust — compiles to WASM"
readme = false
keywords = [
    "crud",
    "microservice",
    "wasm",
    "handler",
    "functions",
]
categories = [
    "wasm",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/driftwerk/cufflink"

[lib]
name = "cufflink_fn"
path = "src/lib.rs"

[dependencies.base64]
version = "0.22"
features = ["alloc"]
default-features = false

[dependencies.cufflink-types]
version = "0.9.0"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"