ontoindex-parser 0.2.2

RDF and OWL parsers for OntoIndex
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.86"
name = "ontoindex-parser"
version = "0.2.2"
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.2"

[dependencies.oxigraph]
version = "0.4"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.thiserror]
version = "2"

[dev-dependencies.tempfile]
version = "3"