# 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-common" version = "0.0.19" authors = ["Bohan Yu"] build = "src/build.rs" 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" [lib] name = "libredr_common" path = "src/lib.rs" [dependencies.anyhow] version = "1" features = ["backtrace"] [dependencies.blake3] version = "1" [dependencies.chrono] version = "0.4" [dependencies.configparser] version = "3" [dependencies.const_format] version = "0.2" [dependencies.hashbrown] version = "0.14" features = ["serde"] [dependencies.nalgebra] version = "0.32" [dependencies.ndarray] version = "0.15" features = ["serde"] [dependencies.postcard] version = "1" features = ["use-std"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.shadow-rs] version = "0.33" [dependencies.tobj] version = "4" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1" [dependencies.uuid] version = "1" features = [ "v4", "fast-rng", "macro-diagnostics", "serde", ] [build-dependencies.shadow-rs] version = "0.33" [features] jemalloc = ["tikv-jemallocator"] [target.'cfg(not(target_env = "msvc"))'.dependencies.tikv-jemallocator] version = "0.6" features = [ "background_threads", "disable_initial_exec_tls", ] optional = true