Sparqlpuppy wants to be a SOLID server when it grows up
[package]
name = "sparqlpuppy"
version = "0.1.0"
authors = ["Azure <azure@fox.blue>"]
edition = "2018"
publish = false
description = "An experimental SOLID Server"
license = "AGPL-3.0-or-later"
repository = "https://git.sr.ht/~azure/sparqlpuppy"
readme = "README.md"

[dependencies]
async-h1 = "^2.1"
async-native-tls = "~0.3"
async-std = { version = "^1.6", features = ["attributes", "unstable"] }
config = "~0.10"
fehler = "^1"
futures = "~0.3"
http-types = "^2.4.0"
itertools = "~0.9"
mime = "~0.3"
once_cell = "^1.4"
oxigraph = { version = "~0.1", features = ["rocksdb"] }
rio_api = "~0.5"
rio_turtle = "~0.5"

[profile.release]
lto = "fat"
codegen-units = 1