# 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" rust-version = "1.60" name = "oxigraph_server" version = "0.3.23" authors = ["Tpt "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Deprecated Oxigraph SPARQL HTTP server, use oxigraph-cli instead """ homepage = "https://oxigraph.org/server/" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/oxigraph/oxigraph/tree/main/server" [[bin]] name = "oxigraph_server" path = "src/main.rs" [dependencies.anyhow] version = "1" [dependencies.clap] version = "=4.0" features = ["derive"] [dependencies.clap_lex] version = "=0.3.0" [dependencies.flate2] version = "=1.0.26" [dependencies.oxhttp] version = "0.1" features = ["rayon"] [dependencies.oxigraph] version = "0.3.22" features = ["http_client"] [dependencies.oxiri] version = "0.2" [dependencies.rand] version = "0.8" [dependencies.rayon-core] version = "1" [dependencies.sparesults] version = "0.1.8" features = ["rdf-star"] [dependencies.url] version = "2" [dev-dependencies.assert_cmd] version = "=2.0.8" [dev-dependencies.assert_fs] version = "=1.0.10" [dev-dependencies.escargot] version = "=0.5.7" [dev-dependencies.ignore] version = "=0.4.18" [dev-dependencies.is-terminal] version = "=0.4.7" [dev-dependencies.predicates] version = "2" [dev-dependencies.predicates-core] version = "=1.0.5" [dev-dependencies.predicates-tree] version = "=1.0.7" [dev-dependencies.tempfile] version = "=3.6.0"