json-ld-syntax 0.21.3

JSON-LD syntax
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-syntax"
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 syntax"
documentation = "https://docs.rs/json-ld-syntax"
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"

[features]
serde = [
    "dep:serde",
    "iref/serde",
    "locspan/serde",
    "json-syntax/serde",
    "indexmap/serde",
]

[lib]
name = "json_ld_syntax"
path = "src/lib.rs"

[dependencies.contextual]
version = "0.1.4"

[dependencies.decoded-char]
version = "0.1.0"

[dependencies.educe]
version = "0.4.23"

[dependencies.hashbrown]
version = "0.13.1"

[dependencies.indexmap]
version = "2.0"

[dependencies.iref]
version = "3.1.2"

[dependencies.json-syntax]
version = "0.12"

[dependencies.langtag]
version = "0.4"

[dependencies.locspan]
version = "0.8"

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

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

[dependencies.smallvec]
version = "1.10"

[dependencies.thiserror]
version = "1.0.38"