ontologos-parser 0.2.0

OWL/RDF parsers for OntoLogos
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"