Fork of https://github.com/oxigraph/oxigraph.git for the purpose of NextGraph project
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
oxigraph/Cargo.toml

31 lines
617 B

6 years ago
[package]
name = "rudf"
version = "0.0.1"
authors = ["Tpt <thomas@pellissier-tanon.fr>"]
license = "MIT/Apache-2.0"
readme = "../README.md"
6 years ago
keywords = ["RDF", "N-Triples", "Turtle", "RDF/XML", "SPARQL"]
6 years ago
repository = "https://github.com/Tpt/rudf"
description = """
6 years ago
An RDF and SPARQL library in Rust
6 years ago
"""
build = "build.rs"
[badges]
travis-ci = { repository = "Tpt/rudf" }
6 years ago
[dependencies]
error-chain = "0.12"
lazy_static = "1"
rocksdb = "0.10"
url = "1"
uuid = { version = "0.7", features = ["v4"] }
bzip2 = "0.3"
byteorder = "1"
quick-xml = "0.13"
6 years ago
[build-dependencies]
peg = "0.5"
[dev-dependencies]
reqwest = "0.9"