[package]
edition = "2021"
rust-version = "1.82.0"
name = "json-ld"
version = "0.21.3"
authors = ["Timothée Haudebourg <timothee@haudebourg.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "JSON-LD implementation"
documentation = "https://docs.rs/json-ld"
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"
[package.metadata.docs.rs]
all-features = true
[features]
reqwest = ["json-ld-core/reqwest"]
serde = [
"json-ld-syntax/serde",
"json-ld-core/serde",
]
[lib]
name = "json_ld"
path = "src/lib.rs"
[[test]]
name = "compact"
path = "tests/compact.rs"
[[test]]
name = "custom"
path = "tests/custom.rs"
[[test]]
name = "expand"
path = "tests/expand.rs"
[[test]]
name = "flatten"
path = "tests/flatten.rs"
[[test]]
name = "to_rdf"
path = "tests/to_rdf.rs"
[dependencies.contextual]
version = "0.1.4"
[dependencies.futures]
version = "0.3"
[dependencies.iref]
version = "3.1.2"
[dependencies.json-ld-compaction]
version = "0.21.3"
[dependencies.json-ld-context-processing]
version = "0.21.3"
[dependencies.json-ld-core]
version = "0.21.3"
[dependencies.json-ld-expansion]
version = "0.21.3"
[dependencies.json-ld-serialization]
version = "0.21.3"
[dependencies.json-ld-syntax]
version = "0.21.3"
[dependencies.json-syntax]
version = "0.12"
[dependencies.locspan]
version = "0.8"
[dependencies.rdf-types]
version = "0.22"
[dependencies.thiserror]
version = "1.0.38"
[dev-dependencies.async-std]
version = "1.12"
features = ["attributes"]
[dev-dependencies.iref]
version = "3.1.2"
[dev-dependencies.log]
version = "0.4.17"
[dev-dependencies.nquads-syntax]
version = "0.19"
[dev-dependencies.stacker]
version = "0.1.15"
[dev-dependencies.static-iref]
version = "3.0"