# 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 = "cli-proxy" version = "0.3.5" authors = ["James Kominick "] exclude = ["/static/*", "/media/*", "/assets/*", "/ci/*"] description = "cli proxy server" readme = "README.md" keywords = ["cli", "proxy", "file", "server", "static"] categories = ["command-line-utilities", "development-tools", "web-programming"] license = "MIT" repository = "https://github.com/jaemk/proxy" [[bin]] name = "proxy" path = "src/main.rs" doc = false [dependencies.chrono] version = "0.4" [dependencies.clap] version = "2" [dependencies.env_logger] version = "0.5" [dependencies.error-chain] version = "0.11" [dependencies.log] version = "0.4" [dependencies.rouille] version = "2" [dependencies.self_update] version = "0.4" optional = true [dependencies.walkdir] version = "2" [features] default = [] update = ["self_update"] [badges.travis-ci] branch = "master" repository = "jaemk/proxy"