# 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 = "remarko" version = "0.1.1" authors = [ "OlshaMB", "Vova-max-png", "vetor1dev", ] description = "A small webview window for previewing makdown and localhost." homepage = "https://github.com/OlshaMB/remarko" documentation = "https://github.com/OlshaMB/remarko" readme = "README.md" keywords = [ "markdown", "webview", "cli", ] categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/OlshaMB/remarko" [dependencies.aurelius] version = "0.7.5" [dependencies.clap] version = "4.1.8" features = ["derive"] [dependencies.notify] version = "5.1.0" [dependencies.tokio] version = "1.14.0" features = [ "rt", "macros", "io-util", "process", ] [dependencies.wry] version = "0.27.0" [target."cfg(target_os = \"macos\")".dependencies.cocoa] version = "0.24.1" [target."cfg(target_os = \"macos\")".dependencies.objc] version = "0.2.7"