# 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 = "tribble" version = "0.1.1" authors = ["arctic_hen7 "] include = ["src/", "Cargo.toml", ".tribble/"] description = "A CLI for generating websites to guide people through contributing to open-source projects." readme = "../../README.md" keywords = ["cli", "open-source-mgmt"] categories = ["command-line-utilities", "development-tools", "internationalization", "web-programming", "gui"] license = "MIT" repository = "https://github.com/arctic-hen7/tribble" [dependencies.clap] version = "=3.0.0-beta.5" features = ["color"] [dependencies.fmterr] version = "0.1" [dependencies.fs_extra] version = "1" [dependencies.include_dir] version = "0.6" [dependencies.notify] version = "4" [dependencies.perseus] version = "0.3" features = ["server-side"] [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["macros", "rt-multi-thread"] [dependencies.tribble-app] version = "0.1.1" features = ["export"] [dependencies.warp] version = "0.3"