# 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 = "rust-pipes" version = "0.2.0" build = "build.rs" autobins = true description = "A remake of the 3D Pipes Screensaver from Windows 98 in Rust" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/FaceFTW/rust-pipes" [profile.release] lto = true codegen-units = 1 [lib] name = "rust_pipes_lib" crate-type = [ "cdylib", "rlib", ] [[bin]] name = "rust-pipes" path = "./src/main.rs" [dependencies.cfg-if] version = "1.0.0" [dependencies.fastrand] version = "2.0.1" [dependencies.md5] version = "0.7.0" [dependencies.three-d] version = "0.16.3" features = [ "window", "headless", ] [dependencies.three-d-asset] version = "0.6.0" features = ["obj"] [dependencies.winit] version = "0.28" [dev-dependencies.mockall] version = "0.12.1" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.clap] version = "4.4.6" features = [ "derive", "cargo", ] [target."cfg(target_arch = \"wasm32\")".dependencies.console_error_panic_hook] version = "0.1" [target."cfg(target_arch = \"wasm32\")".dependencies.fastrand] version = "2.0.1" features = [ "std", "js", ] [target."cfg(target_arch = \"wasm32\")".dependencies.log] version = "0.4" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen-futures] version = "0.4" [target."cfg(target_os=\"windows\")".build-dependencies.winres] version = "0.1.12"