[package]
name = "commonmeta-schema"
version = "1.0.1"
edition = "2021"
license = "MIT"
description = "Commonmeta JSON Schemas and conformance fixtures"
repository = "https://github.com/front-matter/commonmeta-schema"
readme = "README.md"
keywords = ["commonmeta", "schema", "metadata", "json-schema"]
categories = ["encoding", "parser-implementations"]
include = ["src/**", "schemas/**", "fixtures/**", "README.md", "LICENSE"]
[lib]
path = "src/lib.rs"
[dependencies]
include_dir = "0.7"
[dev-dependencies]
jsonschema = "0.28"
serde_json = "1"