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