twilight-embed-builder 0.1.1

Create validated message embeds for the Twilight ecosystem.
Documentation
[package]
authors = ["Twilight Contributors"]
categories = []
description = "Create validated message embeds for the Twilight ecosystem."
documentation = "https://docs.rs/twilight-embed-builder"
edition = "2018"
homepage = "https://twilight.rs/chapter_1_crates/section_8_first_party/section_1_embed_builder.html"
include = ["src/**/*.rs", "Cargo.toml"]
keywords = ["discord", "discord-api", "twilight"]
license = "ISC"
name = "twilight-embed-builder"
publish = true
readme = "README.md"
repository = "https://github.com/twilight-rs/twilight.git"
version = "0.1.1"

[dependencies]
twilight-model = { default-features = false, version = "< 0.3, >= 0.1, >= 0.2.0-beta.0" }

[dev-dependencies]
static_assertions = { default-features = false, version = "1" }