# 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" rust-version = "1.72" name = "rebalance" version = "0.1.2" authors = ["Behrang Shafei"] include = [ "**/*.rs", "Cargo.toml", ] description = "Portfolio (re-)balancing and simulation" homepage = "https://github.com/bertiqwerty/balance/" documentation = "https://docs.rs/rebalance" readme = "README.md" keywords = [ "finance", "investment", "portfolio", "stock", "simulation", ] categories = [ "simulation", "finance", ] license = "MIT OR Apache-2.0" repository = "https://github.com/bertiqwerty/balance/" [profile.dev.package."*"] opt-level = 2 [profile.release] opt-level = 2 [dependencies.csv] version = "1.3.0" [dependencies.eframe] version = "0.27" features = [ "default_fonts", "glow", "persistence", ] default-features = false [dependencies.egui] version = "0.27" [dependencies.egui_plot] version = "0.27" [dependencies.ehttp] version = "0.5.0" [dependencies.exmex] version = "0.20.1" features = [ "serde", "value", ] [dependencies.js-sys] version = "0.3.64" [dependencies.rand] version = "0.8.5" features = ["std_rng"] default-features = false [dependencies.rand_distr] version = "0.4.3" default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde-wasm-bindgen] version = "0.6" [dependencies.serde_json] version = "1.0.117" [dependencies.wasm-bindgen] version = "0.2.92" [dependencies.wasm-bindgen-futures] version = "0.4" [dependencies.web-sys] version = "0.3.69" features = [ "Window", "Document", "Url", "Blob", "Location", "Element", "HtmlElement", "CssStyleDeclaration", ] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.tracing-subscriber] version = "0.3" [target."cfg(target_arch = \"wasm32\")".dependencies.console_error_panic_hook] version = "0.1.6" [target."cfg(target_arch = \"wasm32\")".dependencies.tracing-wasm] version = "0.2"