prefixmap 0.1.127

RDF data shapes implementation in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "prefixmap"
version = "0.1.127"
authors.workspace = true
description.workspace = true
documentation = "https://docs.rs/prefixmap"
edition.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true

[dependencies]
colored.workspace = true
indexmap.workspace = true
iri_s.workspace = true
serde.workspace = true
thiserror.workspace = true
tracing.workspace = true