# 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 = "trading-charts" version = "0.1.6" authors = ["Frédéric Meyer "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Rust binding of Lightweight Charts for Leptos" documentation = "https://docs.rs/trading-charts/" readme = "README.md" keywords = ["leptos"] categories = [ "finance", "web-programming", "wasm", ] license = "MIT" repository = "https://github.com/corebreaker/rs-trading-charts" [lib] name = "trading_charts" path = "src/lib.rs" [dependencies.chrono] version = "0.4.38" features = [ "alloc", "serde", "wasmbind", ] [dependencies.console_error_panic_hook] version = "0.1" [dependencies.console_log] version = "1.0" [dependencies.gloo-console] version = "0.3" [dependencies.js-sys] version = "0.3" [dependencies.leptos] version = "0.7.0-gamma3" features = ["csr"] [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde-wasm-bindgen] version = "0.6" [dependencies.wasm-bindgen] version = "0.2" [dependencies.wasmbind-macro] version = "0.1" package = "wasmbind-js-file-macro" [dependencies.web-sys] version = "0.3" features = [ "Document", "Element", "HtmlElement", "Node", "Window", ] [build-dependencies.log] version = "0.4" [build-dependencies.npm_rs] version = "1.0"