# 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 = "gitpad" version = "0.1.1" authors = ["Martin Fischer "] description = "a git web interface with editing and Markdown support" keywords = ["git", "wiki", "markdown"] categories = ["command-line-utilities"] license = "MIT" repository = "https://git.push-f.com/gitpad" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "3.0.0-beta.2" [dependencies.difference] version = "2.0" [dependencies.git2] version = "0.13" [dependencies.httpdate] version = "0.3" [dependencies.hyper] version = "0.14.5" features = ["http1", "server", "runtime", "stream"] [dependencies.mime_guess] version = "2.0" [dependencies.multer] version = "2.0.0" [dependencies.percent-encoding] version = "2.1.0" [dependencies.pulldown-cmark] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sputnik] version = "0.4.1" features = ["hyper_body"] [dependencies.tokio] version = "1" features = ["rt-multi-thread", "macros"] [dependencies.toml] version = "0.5" [dependencies.url] version = "2.2" [target."cfg(unix)".dependencies.hyperlocal] version = "0.8"