# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "slack-blocks" version = "0.25.0" authors = ["Orion Kindel "] description = "Models + clientside validation for Slack's JSON Block Kit" homepage = "https://github.com/cakekindel/slack-block-kit-rs" readme = "README.md" keywords = ["slack", "messages", "models", "ergonomic", "fully-documented"] categories = ["data-structures"] license = "MIT OR Apache-2.0" repository = "https://github.com/cakekindel/slack-block-kit-rs" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies.mox] version = "0.12" optional = true [dependencies.serde] version = "^1" features = ["derive"] [dependencies.validator] version = "0.10.0" optional = true [dependencies.validator_derive] version = "0.10.0" optional = true [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.mox] version = "0.12" [dev-dependencies.pretty_assertions] version = "0.7.2" [dev-dependencies.serde_json] version = "^1" [features] blox = ["mox"] unstable = ["blox", "validation"] validation = ["validator", "validator_derive"] [badges.maintenance] status = "actively-developed"