# 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 = "rocket-slog" version = "0.4.0" authors = ["Paul Woolcock "] description = "Provides a fairing for use in rocket.rs applications that allows the user to use a slog `Logger` in place of the built-in rocket.rs logging system\n" homepage = "https://gitlab.com/pwoolcoc/rocket-slog-fairing" documentation = "http://pwoolcoc.gitlab.io/rocket-slog-fairing/rocket_slog/index.html" license = "GPL-3.0" repository = "https://gitlab.com/pwoolcoc/rocket-slog-fairing" [package.metadata.docs.rs] rustdoc-args = ["--no-deps"] [dependencies.rocket] version = "0.4" [dependencies.slog] version = "2.4" [dev-dependencies.sloggers] version = "0.3"