ontoenv-cli 0.4.0

Command line tool to manage ontologies and their imports in a local environment
Documentation
[[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.log]
version = "0.4.20"

[dependencies.ontoenv]
version = "0.4.0"

[dependencies.oxigraph]
version = "0.5"

[dependencies.serde_json]
version = "1.0"

[dependencies.walkdir]
version = "2.4.0"

[lib]
doc = false
name = "ontoenv_cli"
path = "src/lib.rs"

[package]
authors = ["Gabe Fierro <gtfierro@mines.edu>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
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.4.0"

[[test]]
name = "cli_integration"
path = "tests/cli_integration.rs"