# 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 = "event-voxel-builder" version = "0.0.4" authors = ["Bohan Yu"] build = "src/build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Fast event voxel builder" homepage = "https://codeberg.org/ybh1998/EventVoxelBuilder/" documentation = "https://ybh1998.codeberg.page/EventVoxelBuilder/" readme = "README.md" license = "AGPL-3.0-or-later" [profile.release] lto = "thin" panic = "abort" [lib] name = "event_voxel_builder" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.anyhow] version = "1" features = ["backtrace"] [dependencies.fastrand] version = "2" [dependencies.itertools] version = "0.13" [dependencies.ndarray] version = "0.16" features = ["rayon"] [dependencies.num-traits] version = "0.2" [dependencies.numpy] version = "0.22" [dependencies.pyo3] version = "0.22" features = [ "extension-module", "abi3-py37", "anyhow", ] [dependencies.rayon] version = "1" [dependencies.shadow-rs] version = "0.35" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [build-dependencies.shadow-rs] version = "0.35"