# 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 = "depict-desktop" version = "0.3.0" description = "Desktop port of Depict" homepage = "https://github.com/mstone/depict" documentation = "https://docs.rs/depict-desktop" license = "MIT" repository = "https://github.com/mstone/depict" [profile.release] debug = true split-debuginfo = "packed" strip = "none" [dependencies.anyhow] version = "1" [dependencies.colorous] version = "1" [dependencies.depict] version = "0.3" features = [ "desktop", "dioxus", "osqp", ] default-features = false [dependencies.dioxus] version = "0.3" [dependencies.dioxus-desktop] version = "0.3" [dependencies.futures] version = "0.3" [dependencies.indoc] version = "1.0" [dependencies.logos] version = "0.12" [dependencies.petgraph] version = "0.6" features = ["serde-1"] [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.tao] version = "0.15" [dependencies.tokio] version = "1" features = ["rt-multi-thread"]