[package] authors = ["David Holland "] name = "rustybeans" version = "0.5.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] calamine = "0.18.0" chrono = { version = "0.4.23", features = ["wasmbind"] } console_error_panic_hook = "0.1.7" fast-float = "0.2.0" palette = "0.6.1" plotly = { version = "0.8.1", features = ["wasm"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" toml = "0.5.9" indicatif = "0.17.3" dialoguer = "0.10.3" notify-rust = "4.7.0" crossterm = "0.25.0" rfd = "0.10.0" egui = { git = "https://github.com/emilk/egui", branch = "master" } eframe = { git = "https://github.com/emilk/egui", branch = "master" } [target.'cfg(not(target_arch = "wasm32"))'.dependencies] tracing-subscriber = "0.3" # web: [target.'cfg(target_arch = "wasm32")'.dependencies] console_error_panic_hook = "0.1.6" tracing-wasm = "0.2" wasm-bindgen-futures = "0.4" [profile.release] opt-level = 2 # fast and small wasm # Optimize all dependencies even in debug builds: [profile.dev.package."*"] opt-level = 2