oxiland 0.2.0

A Redland-compatible RDF toolkit backed by Oxigraph
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 = "2024"
rust-version = "1.87"
name = "oxiland"
version = "0.2.0"
authors = ["Odo Matthews <odosmatthews@gmail.com>"]
build = false
exclude = [
    ".github/",
    "compatibility/harness/*-result.json",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Redland-compatible RDF toolkit backed by Oxigraph"
homepage = "https://github.com/eddiethedean/oxiland"
documentation = "https://docs.rs/oxiland"
readme = "README.md"
keywords = [
    "rdf",
    "sparql",
    "redland",
    "oxigraph",
    "semantic-web",
]
categories = ["database"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/eddiethedean/oxiland"

[package.metadata.docs.rs]
features = []

[features]
default = []

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

[[example]]
name = "contexts"
path = "examples/contexts.rs"

[[example]]
name = "parse_serialize"
path = "examples/parse_serialize.rs"

[[example]]
name = "quick_start"
path = "examples/quick_start.rs"

[[test]]
name = "conformance"
path = "tests/conformance.rs"

[[test]]
name = "io"
path = "tests/io.rs"

[[test]]
name = "model"
path = "tests/model.rs"

[dependencies.fjall]
version = "2.11"

[dependencies.oxigraph]
version = "=0.5.9"
default-features = false

[dependencies.thiserror]
version = "2"

[dev-dependencies.serde]
version = "1"
features = ["derive"]

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.tempfile]
version = "3"