ontoindex-cli 0.1.0

CLI for OntoIndex ontology indexing and querying
# 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.75"
name = "ontoindex-cli"
version = "0.1.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.1.0"

[dependencies.ontoindex-core]
version = "0.1.0"

[dependencies.ontoindex-query]
version = "0.1.0"

[dependencies.serde_json]
version = "1"