[package]
edition = "2021"
name = "rson-schema"
version = "1.0.0"
authors = ["Dedan Okware <dedan@okware.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Schema validation for RSON"
homepage = "https://rson.dev"
readme = "README.md"
keywords = [
"serialization",
"json",
"data",
"config",
"rson",
]
categories = [
"encoding",
"parser-implementations",
"config",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/RSON-Rust-Serialized-Object-Notation/RSON-core"
[lib]
name = "rson_schema"
path = "src/lib.rs"
[dependencies.rson-core]
version = "1.0.0"
[dependencies.serde]
version = "1.0"
features = ["derive"]