[build-dependencies]
serde_codegen = "0.8"
[dependencies]
serde = "0.8.21"
serde_json = "0.8.4"
[features]
inclusive_range = []
[package]
authors = ["Christoffer Buchholz <chris@chrisbuchholz.me>"]
build = "build.rs"
description = '''
Library for validating data according to rules like "contains", "length", "either", "range".
'''
documentation = "https://docs.rs/accord"
keywords = ["accord", "rules", "library", "data", "validation"]
license = "MIT"
name = "accord"
readme = "README.md"
repository = "https://github.com/ChrisBuchholz/accord"
version = "0.2.2"