# 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 = "dioxus-spline" version = "0.2.3" authors = ["Georgy Andreev "] exclude = [".github/"] description = "A Spline component for dioxus" readme = "README.md" keywords = [ "gui", "wasm", "web-programming", "dioxus", ] license = "MIT OR Apache-2.0" repository = "https://github.com/LilDojd/dioxus-spline" [dependencies.dioxus] version = "0.5.6" [dependencies.dioxus-logger] version = "0.5.0" [dependencies.dioxus-signals] version = "0.5.7" [dependencies.js-sys] version = "0.3.69" [dependencies.serde] version = "1.0.200" [dependencies.serde-wasm-bindgen] version = "0.6.5" [dependencies.tracing] version = "0.1.40" [dependencies.wasm-bindgen] version = "0.2.92" [dependencies.wasm-bindgen-futures] version = "0.4.42" [dependencies.web-sys] version = "0.3.69" features = [ "HtmlCanvasElement", "Document", "CustomEvent", ]