# 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 = "shiba-preview" version = "0.0.0" authors = ["rhysd "] include = [ "src", "README.md", ] description = "Simple markdown previewer" readme = "README.md" license = "MIT" repository = "https://github.com/rhysd/Shiba" [dependencies.anyhow] version = "1.0.66" [dependencies.env_logger] version = "0.9.1" [dependencies.getopts] version = "0.2.21" [dependencies.log] version = "0.4.17" [dependencies.open] version = "3.0.3" [dependencies.serde] version = "1.0.147" [dependencies.serde_json] version = "1.0.87" [dependencies.wry] version = "0.21.1"