ldp 0.1.0

A library to assist with the creation and maintenance of remote RDF data via LDP
# 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 = "ldp"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library to assist with the creation and maintenance of remote RDF data via LDP"
homepage = "https://graphofliberty.org"
readme = "README.md"
keywords = [
    "ldp",
    "rdf",
    "sparql",
]
categories = [
    "database",
    "web-programming::http-client",
]
license = "GPL-3.0-only"
repository = "https://code.graphofliberty.org/gl/ldp"
resolver = "2"

[features]
keyed = ["dep:slotmap"]

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

[dependencies.async-trait]
version = "0.1"

[dependencies.base64]
version = "0.23"

[dependencies.bytes]
version = "1.12"

[dependencies.futures]
version = "0.3"

[dependencies.http]
version = "1.5"

[dependencies.oxigraph]
version = "0.5"

[dependencies.parse_link_header]
version = "0.4"

[dependencies.reqwest-middleware]
version = "0.5"
features = ["stream"]

[dependencies.sfv]
version = "0.15"

[dependencies.slotmap]
version = "1.1"
optional = true

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"