ontoenv-python 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-python"
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 = "README.md"
license = "BSD-3-Clause"
repository = "https://github.com/gtfierro/ontoenv-rs"

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

[features]
abi3 = ["pyo3/abi3-py311"]
cli = ["ontoenv-cli"]
default = ["abi3"]

[lib]
name = "ontoenv_python"
crate-type = ["cdylib"]
path = "src/lib.rs"
doc = false

[dependencies.anyhow]
version = "1.0.79"

[dependencies.blake3]
version = "1.5"

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

[dependencies.env_logger]
version = "0.11.1"

[dependencies.log]
version = "0.4.20"

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

[dependencies.ontoenv-cli]
version = "0.5.0-a5"
optional = true

[dependencies.oxigraph]
version = "0.5"

[dependencies.pyo3]
version = "0.27"

[dependencies.rand]
version = "0.9"

[build-dependencies.pyo3-build-config]
version = "0.27"