# 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 = "crabix-desktop" version = "0.2.1" description = "Markdown rendering with native Desktop app" readme = "README.md" keywords = ["markdown"] license = "MIT" repository = "https://github.com/kurotych/crabix-desktop" [profile.release] opt-level = "z" lto = true strip = true [dependencies.dioxus] version = "0.3.1" [dependencies.dioxus-desktop] version = "0.3.0" [dependencies.fermi] version = "0.3.0" [dependencies.log] version = "0.4.17" [dependencies.markdown-it] version = "0.4.0" features = [ "linkify", "syntect", ] [dependencies.simple_logger] version = "4.0.0" [dependencies.tokio] version = "1.24" features = ["net"]