# 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 = "nib-server" version = "0.0.2" authors = ["Yasuhiro Яша Asaka "] exclude = ["test/*"] description = "A local server for a yet another static site generator Nib" homepage = "https://gitlab.com/grauwoelfchen/nib" documentation = "https://gitlab.com/grauwoelfchen/nib" readme = "README.md" keywords = ["server", "text"] categories = ["text-processing", "web-programming::http-server"] license = "Apache-2.0" repository = "https://gitlab.com/grauwoelfchen/nib" [[bin]] name = "nib-server" path = "src/main.rs" [[test]] name = "integration" path = "test/test.rs" [dependencies.futures] version = "0.3" [dependencies.hyper] version = "0.14.*" features = ["http1", "runtime", "server", "stream"] default-features = false [dependencies.tokio] version = "1.7.*" features = ["fs", "macros", "rt", "rt-multi-thread"] default-features = false [dependencies.tokio-util] version = "0.6.7" features = ["codec"] default-features = false [badges.gitlab] branch = "master" repository = "grauwoelfchen/nib"