slack-blocks-render 0.5.0

Slack blocks render is a Rust library to render Slack blocks as Markdown.
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 = "slack-blocks-render"
version = "0.5.0"
authors = ["David Rousselie <david@rousselie.name>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Slack blocks render is a Rust library to render Slack blocks as Markdown."
homepage = "https://github.com/dax/slack-blocks-render"
readme = "README.md"
keywords = [
    "slack",
    "markdown",
    "html",
]
license = "Apache-2.0"
repository = "https://github.com/dax/slack-blocks-render"

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

[dependencies.despatma]
version = "0.3.0"

[dependencies.emojis]
version = "0.7"

[dependencies.html-escape]
version = "0.2"

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

[dependencies.serde_json]
version = "1"

[dependencies.slack-morphism]
version = "2.20.0"

[dependencies.url]
version = "2.5"