[dependencies.colored]
version = "2"
[dependencies.indexmap]
features = ["serde"]
version = "2"
[dependencies.iri_s]
version = "0.1.32"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.thiserror]
version = "1"
[lib]
name = "prefixmap"
path = "src/lib.rs"
[package]
authors = ["Jose Emilio Labra Gayo <labra@uniovi.es>", "Ángel Iglesias Préstamo <angel.iglesias.prestamo@gmail.com>", "Marc-Antoine Arnaud <marc-antoine.arnaud@luminvent.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "RDF data shapes implementation in Rust"
documentation = "https://docs.rs/prefixmap"
edition = "2021"
homepage = "https://rudof-project.github.io/rudof"
license = "MIT OR Apache-2.0"
name = "prefixmap"
readme = "README.md"
repository = "https://github.com/rudof-project/rudof"
version = "0.1.60"