[package]
edition = "2021"
name = "dicebear-schema"
version = "1.3.0"
authors = ["Florian Körner <contact@florian-koerner.com>"]
build = false
include = [
"/src/*.json",
"/schema.rs",
"/LICENSE",
"/README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "JSON Schema definitions for DiceBear avatar styles and options"
homepage = "https://www.dicebear.com"
readme = "README.md"
keywords = [
"dicebear",
"avatar",
"schema",
"json-schema",
]
license = "MIT"
repository = "https://github.com/dicebear/schema"
[lib]
name = "dicebear_schema"
path = "schema.rs"