[package] name = "cargo-book" version = "0.1.4" authors = [ "Btwiuse Arch ", ] edition = "2021" description = "A cargo plugin for serving the Rust book and std doc" repository = "https://github.com/btwiuse/cargo-book" categories = ["development-tools::cargo-plugins"] license = "MIT" [lib] path = "lib.rs" [[bin]] name = "cargo-book" path = "main.rs" [dependencies] anyhow = "1" clap = { version = "3", features = ["derive"] } futures-util = "0.3" hyper = { version = "0.14", features = ["full"] } hyper-staticfile = "0.8" tokio = { version = "1", features = ["full"] } [badges] travis-ci = { repository = "btwiuse/cargo-book", branch = "master" } maintenance = { status = "experimental" }