# 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 = "igneous-md" version = "0.1.3" authors = ["David Thievon"] description = "The simple and lightweight markdown viewer" readme = "README.md" keywords = [ "markdown", "gui", "markdown-viewer", "md", ] categories = [ "gui", "development-tools", ] license = "MIT OR Apache-2.0" repository = "https://github.com/DOD-101/igneous-md" [dependencies.chrono] version = "0.4.38" features = ["clock"] [dependencies.clap] version = "4.5.16" features = ["derive"] [dependencies.gtk] version = "0.18.1" [dependencies.home] version = "0.5.9" [dependencies.log] version = "0.4.22" [dependencies.markdown] version = "1.0.0-alpha.20" [dependencies.open] version = "5.3.0" [dependencies.rouille] version = "3.6.2" [dependencies.serde] version = "1.0.208" features = ["derive"] [dependencies.serde_urlencoded] version = "0.7.1" [dependencies.simple_logger] version = "5.0.0" [dependencies.toml] version = "0.8.19" [dependencies.webkit2gtk] version = "2.0.1"