[package] name = "rdftk_names" version = "0.2.5" authors = ["Simon Johnston "] edition = "2021" description = "This crate provides a set of modules that contain the `IRI`s and `QName` strings for commonly used vocabularies. It also provides macro support for defining new namespaces in the same style as this library." documentation = "https://docs.rs/rdftk_core/" repository = "https://github.com/johnstonskj/rust-rdftk.git" license = "MIT" readme = "README.md" publish = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies] lazy_static = "1.5" paste = "1.0" rdftk_iri = { version = "0.2.5", path = "../rdftk_iri" }