# 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 = "cargo-ghdoc" version = "0.4.0" authors = ["Seth Stadick "] description = "View Rust docs for open PRs" documentation = "https://docs.rs/cargo-ghdoc" readme = "README.md" keywords = ["docs", "github", "rustdoc"] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/fulcrumgenomics/cargo-ghdoc" resolver = "2" [dependencies.clap] version = "3.1.0" features = ["derive"] [dependencies.env_logger] version = "0.9.0" [dependencies.log] version = "0.4.14" [dependencies.regex] version = "1.5.4" [dependencies.uuid] version = "0.8.2" features = ["v4"]