[package]
edition = "2021"
rust-version = "1.86"
name = "ontoindex-cli"
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 = "CLI for OntoIndex ontology indexing and querying"
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"
[[bin]]
name = "ontoindex"
path = "src/main.rs"
[dependencies.anyhow]
version = "1"
[dependencies.clap]
version = "4"
features = ["derive"]
[dependencies.ontoindex-catalog]
version = "0.2.0"
[dependencies.ontoindex-core]
version = "0.2.0"
[dependencies.ontoindex-query]
version = "0.2.0"
[dependencies.serde_json]
version = "1"