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