[package]
edition = "2021"
name = "json-ld-testing"
version = "0.21.3"
authors = ["Timothée Haudebourg <timothee@haudebourg.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Testing library for the `json-ld` library"
readme = "README.md"
keywords = [
"json-ld",
"json",
"semantic-web",
"linked-data",
"rdf",
]
categories = [
"web-programming",
"database",
"data-structures",
]
license = "MIT/Apache-2.0"
repository = "https://github.com/timothee-haudebourg/json-ld"
[lib]
name = "json_ld_testing"
path = "src/lib.rs"
proc-macro = true
[dependencies.async-std]
version = "1.12"
[dependencies.contextual]
version = "0.1.4"
[dependencies.iref]
version = "3.1.2"
[dependencies.iref-enum]
version = "3.0"
[dependencies.json-ld]
version = "0.21.3"
[dependencies.litrs]
version = "0.2.3"
[dependencies.proc-macro-error]
version = "1.0"
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.rdf-types]
version = "0.22"
features = ["contextual"]
[dependencies.static-iref]
version = "3.0"
[dependencies.syn]
version = "1.0"
features = ["full"]
[dependencies.yansi]
version = "0.5.1"