[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.serde_json]
version = "1"
[lib]
path = "src/lib.rs"
[package]
authors = ["Samuele Maci <macisamuele@gmail.com>"]
categories = ["development-tools::procedural-macro-helpers", "development-tools::testing"]
description = "Procedural Macro Attribute to run all the test cases described in JSON-Schema-Test-Suite"
documentation = "http://docs.rs/json-schema-test-suite-test-case"
edition = "2018"
keywords = ["jsonschema"]
license = "MIT"
name = "json_schema_test_suite_test_case"
publish = true
repository = "https://github.com/macisamuele/json-schema-test-suite-rs"
version = "0.2.0"