pyreasonable 0.3.3-a4

An OWL 2 RL reasoner with reasonable performance
Documentation
# 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 = "pyreasonable"
version = "0.3.3-a4"
authors = ["Gabe Fierro <gtfierro@mines.edu>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An OWL 2 RL reasoner with reasonable performance"
homepage = "https://brickschema.org/"
readme = "README.md"
license = "BSD-3-Clause"
repository = "https://github.com/gtfierro/reasonable"

[features]
abi3 = ["pyo3/abi3-py39"]

[lib]
name = "reasonable"
crate-type = ["cdylib"]
path = "src/lib.rs"

[dependencies.oxrdf]
version = "0.2.4"

[dependencies.pyo3]
version = "0.25"
features = ["extension-module"]

[dependencies.pyo3-ffi]
version = "0.25"
features = ["extension-module"]

[dependencies.reasonable]
version = "0.3.3-a4"

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