rson-schema 1.0.0

Schema validation for RSON
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 = "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"]