# 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 = "petushki" version = "0.10.0" authors = ["Brian Anderson ", "Ning Sun "] description = "A simple static HTTP file server, forked from basic-http-server" homepage = "https://github.com/sunng87/petushki" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/sunng87/petushki" [dependencies.bytes] version = "1.0" [dependencies.clap] version = "2.33.0" [dependencies.comrak] version = "0.6.2" [dependencies.derive_more] version = "0.15.0" [dependencies.env_logger] version = "0.6.2" [dependencies.futures] version = "0.3.7" [dependencies.handlebars] version = "3.5.1" [dependencies.http] version = "0.2" [dependencies.hyper] version = "0.14" features = ["full"] [dependencies.log] version = "0.4.8" [dependencies.mime] version = "0.3.14" [dependencies.mime_guess] version = "2.0.1" [dependencies.percent-encoding] version = "2.1.0" [dependencies.serde] version = "1.0.102" features = ["derive"] [dependencies.structopt] version = "0.2.18" [dependencies.tokio] version = "1.0" features = ["full"] [dependencies.tokio-stream] version = "0.1.1" features = ["fs"] [dependencies.tokio-util] version = "0.6" features = ["codec"]