[package]
edition = "2024"
rust-version = "1.88"
name = "cbor-ld"
version = "0.1.0"
authors = ["0xZensh <txr1883@gmail.com>"]
build = false
exclude = [".github/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CBOR-LD 1.0 processor built on cbor2 with semantic compression, JSON-LD context processing, type tables and deterministic CBOR output."
homepage = "https://github.com/ldclabs/cbor-ld"
documentation = "https://docs.rs/cbor-ld"
readme = "README.md"
keywords = [
"cbor",
"json-ld",
"linked-data",
"semantic",
"compression",
]
categories = [
"encoding",
"parsing",
]
license = "MIT"
repository = "https://github.com/ldclabs/cbor-ld"
[package.metadata.docs.rs]
all-features = true
[lib]
name = "cbor_ld"
path = "src/lib.rs"
[dependencies.cbor2]
version = "1"