sparql_service 0.3.13

RDF and Knowledge Graphs processing tool
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"
name = "sparql_service"
version = "0.3.13"
authors = [
    "Jose Emilio Labra Gayo <labra@uniovi.es>",
    "Ángel Iglesias Préstamo <angel.iglesias.prestamo@gmail.com>",
    "Marc-Antoine Arnaud <marc-antoine.arnaud@luminvent.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "RDF and Knowledge Graphs processing tool"
homepage = "https://rudof-project.github.io/rudof"
documentation = "https://docs.rs/sparql_service"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rudof-project/rudof"
resolver = "2"

[features]
default = ["sparql"]
qlever = [
    "sparql",
    "rudof_rdf/qlever",
]
sparql = [
    "dep:oxigraph",
    "dep:sparesults",
    "rudof_rdf/sparql",
]

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

[dependencies.colored]
version = "3"

[dependencies.const_format]
version = "0.2"

[dependencies.itertools]
version = "0.14"

[dependencies.mie]
version = "0.3.13"

[dependencies.oxigraph]
version = "0.5.9"
features = ["rdf-12"]
optional = true
default-features = false

[dependencies.oxrdf]
version = "0.3.3"
features = [
    "oxsdatatypes",
    "rdf-12",
    "oxsdatatypes",
    "rdf-12",
]

[dependencies.oxrdfio]
version = "0.2.5"
features = [
    "rdf-12",
    "rdf-12",
]

[dependencies.oxsdatatypes]
version = "0.2.2"

[dependencies.prefixmap]
version = "0.3.13"

[dependencies.rudof_config]
version = "0.3.13"

[dependencies.rudof_iri]
version = "0.3.13"

[dependencies.rudof_rdf]
version = "0.3.13"
default-features = false

[dependencies.rust_decimal]
version = "1.38"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sparesults]
version = "0.3.0"
features = ["sparql-12"]
optional = true

[dependencies.thiserror]
version = "2.0"

[dependencies.toml]
version = "0.9"

[dependencies.tracing]
version = "0.1"