ldp 0.0.0

A library to assist with the creation and maintenance of remote RDF data via LDP
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 = "ldp"
version = "0.0.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"
readme = "README.md"
keywords = [
    "ldp",
    "rdf",
    "sparql",
]
categories = [
    "database",
    "web-programming::http-client",
]
license = "GPL-3.0-only"
resolver = "2"

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

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

[dependencies.base64]
version = "0.22"

[dependencies.bytes]
version = "1.11"

[dependencies.futures]
version = "0.3"

[dependencies.http]
version = "1.4"

[dependencies.oxigraph]
version = "0.5"

[dependencies.parse_link_header]
version = "0.4"

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

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"