# 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 = "burn_gaussian_splatting" version = "0.1.0" authors = ["mosure "] exclude = [ ".devcontainer", ".github", "docs", "dist", "build", "assets", "credits", ] description = "burn gaussian splatting render pipeline plugin" homepage = "https://github.com/mosure/burn_gaussian_splatting" readme = "README.md" keywords = [ "burn", "gaussian-splatting", "render-pipeline", "ply", ] categories = [ "computer-vision", "graphics", "rendering", "rendering::data-formats", ] license = "MIT" repository = "https://github.com/mosure/burn_gaussian_splatting" [profile.dev] opt-level = 1 [profile.dev.package."*"] opt-level = 3 [profile.release] opt-level = 3 lto = "thin" codegen-units = 1 [profile.wasm-release] opt-level = "z" lto = "fat" codegen-units = 1 inherits = "release" [lib] path = "src/lib.rs" [dependencies.web-sys] version = "0.3.4" features = [ "Document", "Element", "HtmlElement", "Node", "Window", ] [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [target."cfg(target_arch = \"wasm32\")".dependencies.console_error_panic_hook] version = "0.1" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2"