# 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] name = "cargo-docserver" version = "0.3.0" authors = ["Douglas Campos "] description = "starts an embedded http server for your cargo doc output" homepage = "https://github.com/qmx/cargo-docserver" license = "MIT/Apache-2.0" repository = "https://github.com/qmx/cargo-docserver" [dependencies.cargo_metadata] version = "0.9.0" [dependencies.futures] version = "0.1.26" [dependencies.hyper] version = "0.12.25" [dependencies.mime_guess] version = "1.8.6" [dependencies.structopt] version = "0.2.15" [dependencies.tokio-fs] version = "0.1.6" [dependencies.tokio-io] version = "0.1.12" [dev-dependencies.cargo] version = "0.39.0" [dev-dependencies.scopeguard] version = "1.0.0"