# 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 = "bugsnag" version = "0.2.1" authors = ["Bastian Köcher "] description = "The api of Bugsnag in rust." homepage = "https://github.com/superscale/bugsnag-rs" documentation = "https://docs.rs/bugsnag/" readme = "README.md" keywords = ["bug", "reporting"] license = "MIT" repository = "https://github.com/superscale/bugsnag-rs" [dependencies.backtrace] version = "0.3" [dependencies.hyper] version = "0.10" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1" [dependencies.sys-info] version = "0.5" [dev-dependencies.lazy_static] version = "1" [dev-dependencies.log] version = "0.3" [dev-dependencies.serde_test] version = "1" [badges.travis-ci] branch = "master" repository = "superscale/bugsnag-rs"