json-ld-context-processing 0.21.3

JSON-LD context processing implementation
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "json-ld-context-processing"
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 context processing implementation"
documentation = "https://docs.rs/json-ld-context-processing"
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_context_processing"
path = "src/lib.rs"

[dependencies.contextual]
version = "0.1.4"

[dependencies.futures]
version = "0.3"

[dependencies.iref]
version = "3.1.2"

[dependencies.json-ld-core]
version = "0.21.3"

[dependencies.json-ld-syntax]
version = "0.21.3"

[dependencies.mown]
version = "0.2.2"

[dependencies.owning_ref]
version = "0.4.1"

[dependencies.rdf-types]
version = "0.22"

[dependencies.thiserror]
version = "1.0.38"