# 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 = "logger" version = "0.4.0" authors = ["Alexander Irbis ", "Jonathan Reem ", "Michael Reinhard "] description = "Logging middleware for the Iron framework." keywords = ["iron", "web", "logger", "log", "timer"] license = "MIT" repository = "https://github.com/iron/logger" [dependencies.iron] version = ">=0.4,<0.7.0" default-features = false [dependencies.log] version = "0.3.8" [dependencies.time] version = "0.1.35" [dev-dependencies.env_logger] version = "0.4.3"