rdfox-sys 0.0.1

Low level bindings to the C api for RDFox, see rdfox-rs for the higher level Rust interface
[build-dependencies.bindgen]
version = "0.69.2"

[build-dependencies.curl]
version = "0.4.43"

[build-dependencies.lazy_static]
version = "1.4.0"

[build-dependencies.zip]
version = "0.6.2"
[dependencies.thiserror]
version = "1.0.31"

[features]
default = ["rdfox-7-0a", "rdfox-dylib"]
rdfox-6-2 = []
rdfox-6-3a = []
rdfox-6-3b = []
rdfox-7-0a = []
rdfox-dylib = []

[lib]
bench = false
crate-type = ["rlib"]

[package]
authors = ["Jacobus Geluk <jacobus.geluk@ekgf.org>"]
categories = ["database", "api-bindings"]
description = "Low level bindings to the C api for RDFox, see rdfox-rs for the higher level Rust interface"
documentation = "https://docs.rs/crate/rdfox-sys/"
edition = "2021"
exclude = [".github/*", ".idea/*", "rust-toolchain.toml", "cog.toml"]
keywords = ["rdf", "sparql", "database", "graph-database", "datalog"]
license-file = "LICENSE"
links = "RDFox-static"
name = "rdfox-sys"
readme = "README.md"
repository = "https://github.com/EKGF/rdfox-sys"
rust-version = "1.70"
version = "0.0.1"
[package.metadata.docs.rs]
rustc-args = ["--cfg", "docsrs"]