# 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-docs" version = "0.1.31" authors = ["Btwiuse Arch "] build = false autobins = false autoexamples = false autotests = false autobenches = false default-run = "cargo-docs" description = "A cargo plugin for serving rust and crate doc locally." documentation = "https://docs.rs/cargo-docs" readme = "README.md" categories = ["development-tools::cargo-plugins"] license = "MIT" repository = "https://github.com/btwiuse/cargo-docs" [lib] name = "cargo_docs" path = "lib.rs" [[bin]] name = "cargo-book" path = "main.rs" [[bin]] name = "cargo-docs" path = "main.rs" [dependencies.anyhow] version = "1" [dependencies.cargo] version = "0.83.0" [dependencies.cargo-util] version = "0.2.15" [dependencies.clap] version = "4" features = [ "derive", "env", ] [dependencies.dialoguer] version = "0.11" [dependencies.futures-util] version = "0.3" [dependencies.http] version = "1.0" [dependencies.hyper] version = "1.0" features = ["full"] [dependencies.hyper-staticfile] version = "0.10" [dependencies.hyper-util] version = "0.1" features = ["full"] [dependencies.lg] version = "0.1" [dependencies.log] version = "0.4" [dependencies.opener] version = "0.7" [dependencies.port-selector] version = "0.1" [dependencies.strum] version = "0.26" features = ["derive"] [dependencies.tokio] version = "1.36" features = ["full"] [features] all-static = ["cargo/all-static"] default = ["all-static"] vendored-libgit2 = ["cargo/vendored-libgit2"] vendored-openssl = ["cargo/vendored-openssl"] [badges.maintenance] status = "experimental" [badges.travis-ci] branch = "master" repository = "btwiuse/cargo-docs"