[package]
edition = "2021"
rust-version = "1.88"
name = "ontologos-parser"
version = "0.2.0"
authors = ["Odo Matthews <odosmatthews@gmail.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "OWL/RDF parsers for OntoLogos"
homepage = "https://github.com/eddiethedean/ontologos"
documentation = "https://docs.rs/ontologos-parser"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/eddiethedean/ontologos"
[package.metadata.docs.rs]
all-features = true
[lib]
name = "ontologos_parser"
path = "src/lib.rs"
[[example]]
name = "load_and_profile"
path = "examples/load_and_profile.rs"
[[test]]
name = "corpus_stress"
path = "tests/corpus_stress.rs"
[[test]]
name = "load_errors"
path = "tests/load_errors.rs"
[[test]]
name = "manifest_integration"
path = "tests/manifest_integration.rs"
[[test]]
name = "mapping_fixtures"
path = "tests/mapping_fixtures.rs"
[dependencies.horned-owl]
version = "1.4"
[dependencies.ontologos-core]
version = "0.2.0"
[dependencies.oxrdfio]
version = "0.2"
[dependencies.thiserror]
version = "2"
[dev-dependencies.ontologos-profile]
version = "0.2.0"