slack-blocks 0.4.1

Data structure definitions for Slack's Block Kit API - With client-side validation and helper macros
Documentation
[dependencies.derive_builder]
version = "0.9.0"

[dependencies.lazy_static]
version = "1.4.0"

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

[dependencies.serde_json]
version = "^1"

[dependencies.thiserror]
version = "1.0.18"

[dependencies.validator]
version = "0.10.0"

[dependencies.validator_derive]
version = "0.10.0"
[dev-dependencies.test-case]
version = "1.0.0"

[package]
authors = ["Orion Kindel <cakekindel@gmail.com>"]
categories = ["data-structures"]
description = "Data structure definitions for Slack's Block Kit API - With client-side validation and helper macros"
edition = "2018"
homepage = "https://github.com/cakekindel/slack-block-kit-rs"
keywords = ["slack", "model", "models", "validation", "json"]
license = "MIT OR Apache-2.0"
name = "slack-blocks"
readme = "README.md"
repository = "https://github.com/cakekindel/slack-block-kit-rs"
version = "0.4.1"