reasonable 0.4.4

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

[package.metadata.maturin]
name = "reasonable"

[features]
default = []
rdf-12 = ["oxrdf/rdf-12"]

[lib]
name = "reasonable"
path = "src/lib.rs"

[dependencies.datafrog]
version = "2.0.1"

[dependencies.disjoint-sets]
version = "0.4.2"

[dependencies.log]
version = "0.4"

[dependencies.oxrdf]
version = "0.3.3"

[dependencies.quick-xml]
version = "0.36"

[dependencies.rio_api]
version = "0.7.1"

[dependencies.rio_turtle]
version = "0.7.1"

[dependencies.thiserror]
version = "1.0"

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[profile.release]
debug = 2