# 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 = "libredr-server" version = "0.0.19" authors = ["Bohan Yu"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "LibreDR is an open-source ray-tracing differentiable renderer" homepage = "https://codeberg.org/ybh1998/LibreDR/" documentation = "https://ybh1998.codeberg.page/LibreDR/" readme = "README.md" license = "AGPL-3.0-or-later" [[bin]] name = "libredr_server" path = "src/main.rs" [dependencies.anyhow] version = "1" features = ["backtrace"] [dependencies.async-channel] version = "2" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4" features = ["derive"] [dependencies.common] version = "0.0.19" package = "libredr-common" [dependencies.const_format] version = "0.2" [dependencies.hashbrown] version = "0.14" features = ["serde"] [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [dependencies.uuid] version = "1" features = [ "v4", "fast-rng", "macro-diagnostics", "serde", ] [features] default = ["jemalloc"] jemalloc = ["common/jemalloc"]