# 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 = "2021" name = "sparql-client" version = "0.1.0" authors = ["Sébastien Santoro "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "SPARQL client based on Oxigraph components" homepage = "https://agora.nasqueron.org/Nasqueron_Datasources" readme = "README.md" keywords = [ "RDF", "SPARQL", "Wikidata", ] categories = ["database"] license = "BSD-2-Clause" repository = "https://devcentral.nasqueron.org/source/datasources/browse/main/sparql-client/" [lib] name = "sparql_client" path = "src/lib.rs" [dependencies.ds-http-client] version = "0.1.0" [dependencies.lazy_static] version = "~1.5.0" [dependencies.oxrdf] version = "~0.1.7" [dependencies.reqwest] version = "~0.12.7" features = [ "gzip", "deflate", ] [dependencies.sparesults] version = "~0.1.8" features = ["rdf-star"] [dependencies.tokio] version = "~1.39.3"