[build-dependencies.pyo3-build-config]
version = "0.27"
[dependencies.anyhow]
version = "1.0.79"
[dependencies.env_logger]
version = "0.11.1"
[dependencies.log]
version = "0.4.20"
[dependencies.ontoenv]
version = "0.4.1-a2"
[dependencies.ontoenv-cli]
optional = true
version = "0.4.1-a2"
[dependencies.oxigraph]
version = "0.5"
[dependencies.pyo3]
features = ["extension-module"]
version = "0.27"
[dependencies.rand]
version = "0.9"
[features]
abi3 = ["pyo3/abi3-py311"]
cli = ["ontoenv-cli"]
default = []
[lib]
crate-type = ["cdylib"]
doc = false
name = "ontoenv_python"
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-python"
readme = "README.md"
repository = "https://github.com/gtfierro/ontoenv-rs"
version = "0.4.1-a2"