cargo-docs 0.1.35

A cargo plugin for serving rust and crate doc locally.
Documentation
# 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.35"
authors = ["Btwiuse Arch <btwiuse@gmail.com>"]
build = false
autolib = 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"

[badges.maintenance]
status = "experimental"

[badges.travis-ci]
branch = "master"
repository = "btwiuse/cargo-docs"

[features]
all-static = ["cargo/all-static"]
default = ["all-static"]
vendored-libgit2 = ["cargo/vendored-libgit2"]
vendored-openssl = ["cargo/vendored-openssl"]

[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.0.102"

[dependencies.bytes]
version = "1"

[dependencies.cargo]
version = "0.96.0"

[dependencies.cargo-util]
version = "0.2.28"

[dependencies.clap]
version = "4.6.1"
features = [
    "derive",
    "env",
]

[dependencies.dialoguer]
version = "0.12.0"

[dependencies.futures-util]
version = "0.3.32"

[dependencies.http]
version = "1.4.0"

[dependencies.http-body-util]
version = "0.1"

[dependencies.hyper]
version = "1.9.0"
features = ["full"]

[dependencies.hyper-staticfile]
version = "0.10.1"

[dependencies.hyper-util]
version = "0.1.20"
features = ["full"]

[dependencies.lg]
version = "0.1.2"

[dependencies.log]
version = "0.4.29"

[dependencies.notify]
version = "6.1.1"

[dependencies.opener]
version = "0.8.4"

[dependencies.port-selector]
version = "0.1.7"

[dependencies.strum]
version = "0.28.0"
features = ["derive"]

[dependencies.tokio]
version = "1.52.3"
features = ["full"]