ontoenv-cli 0.5.0-a5

Command line tool to manage ontologies and their imports in a local environment
# 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"
name = "ontoenv-cli"
version = "0.5.0-a5"
authors = ["Gabe Fierro <gtfierro@mines.edu>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command line tool to manage ontologies and their imports in a local environment"
homepage = "https://github.com/gtfierro/ontoenv-rs"
readme = false
license = "BSD-3-Clause"
repository = "https://github.com/gtfierro/ontoenv-rs"

[package.metadata.docs.rs]
rustdoc-args = [
    "--html-in-header",
    "arborium-header.html",
]

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

[[bin]]
name = "ontoenv"
path = "src/main.rs"
doc = false

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

[dependencies.anyhow]
version = "1.0.79"

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

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

[dependencies.env_logger]
version = "0.11.1"

[dependencies.log]
version = "0.4.20"

[dependencies.ontoenv]
version = "0.5.0-a5"

[dependencies.oxigraph]
version = "0.5"

[dependencies.serde_json]
version = "1.0"

[dependencies.walkdir]
version = "2.4.0"