ontoenv-cli 0.1.9-a6

Command line tool to manage ontologies and their imports in a local environment
[[bin]]
doc = false
name = "ontoenv"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.79"

[dependencies.chrono]
features = ["serde"]
version = "0.4.33"

[dependencies.clap]
features = ["derive"]
version = "4.4.18"

[dependencies.env_logger]
version = "0.11.1"

[dependencies.ontoenv]
version = "0.1.9-a6"

[dependencies.oxigraph]
version = "0.3.22"

[dependencies.walkdir]
version = "2.4.0"

[package]
authors = ["Gabe Fierro <gtfierro@mines.edu>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Command line tool to manage ontologies and their imports in a local environment"
edition = "2021"
homepage = "https://github.com/gtfierro/ontoenv-rs"
license = "BSD-3-Clause"
name = "ontoenv-cli"
readme = false
repository = "https://github.com/gtfierro/ontoenv-rs"
version = "0.1.9-a6"