# 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 = "2018" name = "reasonable" version = "0.2.1-alpha19" authors = ["Gabe Fierro "] description = "An OWL 2 RL reasoner with reasonable performance" homepage = "https://brickschema.org/" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/gtfierro/reasonable" [package.metadata.maturin] name = "reasonable" [profile.release] debug = true [lib] name = "reasonable" crate-type = ["lib"] bench = false [[bin]] name = "reasonable" path = "src/main.rs" bench = false [[bench]] name = "my_benchmark" harness = false [dependencies.anyhow] version = "1.0.60" [dependencies.datafrog] version = "2.0.1" [dependencies.disjoint-sets] version = "0.4.2" [dependencies.env_logger] version = "0.7.1" [dependencies.farmhash] version = "1.1.5" [dependencies.itertools] version = "0.8" [dependencies.log] version = "0.4" [dependencies.oxrdf] version = "0.1.0" [dependencies.pyo3] version = "0.17" features = [ "extension-module", "abi3-py37", ] optional = true [dependencies.rdf] version = "0.1.4" [dependencies.regex] version = "1.3.9" [dependencies.rio_api] version = "0.7.1" [dependencies.rio_turtle] version = "0.7.1" [dependencies.roaring] version = "0.5.2" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.tinytemplate] version = "1.2.1" [dev-dependencies.criterion] version = "0.3" [features] python = ["pyo3"]