# 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 = "bosun_emitter" version = "1.2.0" authors = ["Lukas Pustina "] include = ["README.md", "LICENSE", "**/*.rs", "Cargo.toml"] description = "A command line tool and Rust library to emit metric data to StackExchange's monitoring and alerting system Bosun." documentation = "http://lukaspustina.github.io/bosun_emitter" readme = "README.md" keywords = ["bosun", "command", "line", "metric"] license = "MIT" repository = "https://github.com/lukaspustina/bosun_emitter.git" [[bin]] name = "emit_bosun" path = "src/main.rs" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "2" [dependencies.env_logger] version = "0.3" [dependencies.log] version = "0.3" [dependencies.reqwest] version = "0.9" [dependencies.rustc-serialize] version = "0.3" [dependencies.toml] version = "0.1" [dev-dependencies.mktemp] version = "0.1.2"