# 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-client" 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" [lib] name = "libredr" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.anyhow] version = "1" features = ["backtrace"] [dependencies.common] version = "0.0.19" package = "libredr-common" [dependencies.hashbrown] version = "0.14" features = ["serde"] [dependencies.nalgebra] version = "0.32" [dependencies.ndarray] version = "0.15" features = ["serde"] [dependencies.numpy] version = "0.21" features = ["nalgebra"] [dependencies.once_cell] version = "1" [dependencies.pyo3] version = "0.21" features = [ "abi3-py37", "anyhow", ] [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [features] default = ["jemalloc"] jemalloc = ["common/jemalloc"] pyo3-extension-module = ["pyo3/extension-module"]