# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "serve-directory" version = "0.1.0" authors = ["Joseph Skubal"] description = "Serve a directory with a single command!" readme = "README.md" keywords = ["server", "http"] categories = ["command-line-utilities"] license = "MIT" repository = "https://gitlab.com/skubalj/serve-directory" [profile.release] lto = true [dependencies.build_html] version = "2.0.0" [dependencies.env_logger] version = "0.8.4" [dependencies.lazy_static] version = "1.4.0" [dependencies.local_ipaddress] version = "0.1.3" [dependencies.log] version = "0.4.14" [dependencies.structopt] version = "0.3.23" [dependencies.tokio] version = "1.12.0" features = ["macros", "rt-multi-thread", "signal"] [dependencies.warp] version = "0.3.1"