# 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 = "staticfile" version = "0.5.0" authors = ["Zach Pomerantz ", "Jonathan Reem "] description = "Static file serving for Iron." keywords = ["iron", "web", "http", "file"] license = "MIT" repository = "https://github.com/iron/staticfile" [dependencies.filetime] version = "0.1" optional = true [dependencies.iron] version = ">=0.5, <0.7" [dependencies.mount] version = ">= 0.3, <0.5" [dependencies.time] version = "0.1" [dependencies.url] version = "1.1" [dev-dependencies.hyper] version = "0.10" [dev-dependencies.iron-test] version = ">=0.5, <0.7" [dev-dependencies.router] version = ">=0.5, <0.7" [features] cache = ["filetime"]