# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "cargo-serve-doc" version = "0.1.0" authors = ["Daniel Wagner-Hall "] description = "A cargo plugin for serving a unified tree of crate-local and std documentation (as well as the Rust book)." readme = "README.md" categories = ["development-tools::cargo-plugins"] license = "BSD-3-Clause" repository = "https://github.com/illicitonion/cargo-serve-doc" [dependencies.bytes] version = "0.4" [dependencies.cargo] version = "0.35" [dependencies.clap] version = "2.32" [dependencies.futures] version = "0.1" [dependencies.http] version = "0.1.16" [dependencies.replacing-buf-stream] version = "0.1" [dependencies.tokio] version = "0.1.15" [dependencies.tower-web] version = "0.3.7" [badges.maintenance] status = "experimental" [badges.travis-ci] branch = "master" repository = "illicitonion/cargo-serve-doc"