# 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 = "pyontoenv" version = "0.1.10-a1" authors = ["Gabe Fierro "] build = "build.rs" 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" [lib] name = "ontoenv" crate-type = ["cdylib"] path = "src/lib.rs" [dependencies.anyhow] version = "1.0.79" [dependencies.env_logger] version = "0.11.1" [dependencies.log] version = "0.4.20" [dependencies.ontoenv] version = "0.1.10-a1" [dependencies.oxigraph] version = "0.3.22" [dependencies.pyo3] version = "0.21.0-beta.0" features = ["extension-module"] [build-dependencies.pyo3-build-config] version = "0.21.0-beta.0" [features] abi3 = ["pyo3/abi3-py38"]