# 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 = "gh-form" version = "0.1.4" authors = ["Yudai Nakata "] description = "Local previewer for GitHub issue forms" readme = "README.md" keywords = [ "cli", "github", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/yudai-nkt/gh-form" [dependencies.anyhow] version = "1.0.58" [dependencies.axum] version = "0.5.9" [dependencies.clap] version = "3.2.5" features = ["derive"] [dependencies.maud] version = "0.24.0" features = ["axum"] [dependencies.pulldown-cmark] version = "0.9.1" [dependencies.rsass] version = "0.25.2" [dependencies.rust-embed] version = "6.4.0" [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.serde_yaml] version = "0.8.24" [dependencies.tokio] version = "1.20.4" features = [ "macros", "rt-multi-thread", ] [dependencies.tracing] version = "0.1.35" [dependencies.tracing-subscriber] version = "0.3.11" [dev-dependencies.axum-macros] version = "0.2.2" [dev-dependencies.pretty_assertions] version = "1.3.0"