# 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" rust-version = "1.72" name = "exor" version = "0.1.1" authors = ["refcell"] exclude = [ "benches/", "tests/", ] description = "Batteries included cli tool for generating git fork diff documentation websites via YAML configuration files." homepage = "https://github.com/refcell/exor" readme = "README.md" keywords = [ "exor", "generator", "cli", "forkdiff", "binary", ] categories = [ "command-line-utilities", "development-tools", ] license = "MIT" repository = "https://github.com/refcell/exor" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.4" features = ["derive"] [dependencies.inquire] version = "0.6" [dependencies.prettytable] version = "0.10" [dependencies.ptree] version = "0.4" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.9" [dependencies.tokio] version = "1.33" features = ["full"] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" [dependencies.whoami] version = "1.4"