# 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 = "html2maud-bin" version = "0.1.12" build = "src/build.rs" include = [ "/icons", "/public", "/src", "tauri.conf.json", "Cargo.toml", "/icons", ] description = "html2maud is a library / cli to convert html to maud template code" readme = "Readme.md" keywords = [ "maud", "html", "template", ] categories = [ "command-line-utilities", "development-tools", ] license = "MIT OR Apache-2.0" repository = "https://github.com/grayfallstown/html2maud" resolver = "1" [[bin]] name = "html2maud-bin" path = "src/main.rs" [dependencies.chrono] version = "0.4.23" [dependencies.clap] version = "4.0.32" features = ["derive"] [dependencies.clipboard] version = "0.5.0" [dependencies.futures-util] version = "0.3" [dependencies.html2maud] version = "0.1.10" [dependencies.maud] version = "0.24.0" [dependencies.paro-rs] version = "0.0.6" [dependencies.rust-embed] version = "6.4.2" [dependencies.tauri] version = "1.2.3" features = [] [dependencies.tiny_http] version = "0.12.0" [dependencies.tokio] version = "1.11" features = ["full"] [dependencies.tokio-tungstenite] version = "0.18.0" [dependencies.tungstenite] version = "0.18.0" [dependencies.uuid] version = "1.2.2" features = [ "v4", "fast-rng", ] [build-dependencies.tauri-build] version = "1.2.1" features = [] [features] custom-protocol = ["tauri/custom-protocol"] default = ["custom-protocol"]