# 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 = "paro-rs" version = "0.0.7" description = "An opinionated way to develop tauri desktop applications where you do not write any client code (no javascript, no webassembly) as all html rendering and event handling is done inside your tauri application and pâro has the minimal client code that is still required already done for you." readme = "README.md" categories = ["gui"] license = "MIT OR Apache-2.0" repository = "https://github.com/grayfallstown/paro-rs" [lib] [dependencies.uuid] version = "1.2" features = [ "v4", "fast-rng", ]