# 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] edition = "2018" name = "slog_mongodb" version = "1.0.0" authors = ["Johannes Willbold "] description = "MongoDB drain for slog-rs" readme = "README.md" keywords = ["logging", "slog-rs", "mongodb"] categories = [] license = "MIT" repository = "https://github.com/jwillbold/slog_mongodb" [dependencies.bson] version = "0.14" features = ["u2i"] [dependencies.chrono] version = "0.4" [dependencies.mongodb] version = "0.9" [dependencies.serde] version = "1.0" [dependencies.slog] version = "2.5" [dev-dependencies.slog-async] version = "2.5" [badges.codecov] branch = "master" repository = "jwillbold/slog_mongodb" service = "github" [badges.travis-ci] branch = "master" repository = "jwillbold/slog_mongodb"