libredr-server 0.0.21

LibreDR is an open-source ray-tracing differentiable renderer
[package]
name = "libredr-server"
version.workspace = true
edition.workspace = true
authors.workspace = true
description.workspace = true
documentation.workspace = true
homepage.workspace = true
readme.workspace = true
license.workspace = true

[[bin]]
name = "libredr_server"
path = "src/main.rs"

[dependencies]
clap.workspace = true
uuid.workspace = true
tokio.workspace = true
anyhow.workspace = true
chrono.workspace = true
tracing.workspace = true
hashbrown.workspace = true
const_format.workspace = true
async-channel.workspace = true
tracing-subscriber.workspace = true
common.workspace = true

[features]
default = ["jemalloc"]
jemalloc = ["common/jemalloc"]