[package]
edition = "2021"
rust-version = "1.86"
name = "ontoindex-parser"
version = "0.2.0"
authors = ["OntoCode Contributors"]
build = false
include = [
"src/**/*",
"Cargo.toml",
"LICENSE-MIT",
"LICENSE-APACHE-2.0",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "RDF and OWL parsers for OntoIndex"
homepage = "https://github.com/eddiethedean/ontocode"
readme = "README.md"
keywords = [
"ontology",
"owl",
"rdf",
"sparql",
"turtle",
]
categories = [
"command-line-utilities",
"science",
"parser-implementations",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/eddiethedean/ontocode"
[lib]
name = "ontoindex_parser"
path = "src/lib.rs"
[dependencies.ontoindex-core]
version = "0.2.0"
[dependencies.oxigraph]
version = "0.4"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.thiserror]
version = "2"
[dev-dependencies.tempfile]
version = "3"