# 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 = "rs-collector" version = "0.1.7" authors = ["Lukas Pustina "] include = ["README.md", "LICENSE", "**/*.rs", "Cargo.toml"] description = "An scollector compatible telemetry collector written in Rust" documentation = "http://lukaspustina.github.io/rs-collector" readme = "README.md" keywords = ["bosun", "scollector", "command", "line", "metric"] license = "MIT" repository = "https://github.com/lukaspustina/rs-collector.git" [[bin]] name = "rs-collector" path = "src/main.rs" doc = false [dependencies.bosun_emitter] version = "1.1.0" [dependencies.bson] version = "0.10" [dependencies.chan] version = "0.1" [dependencies.chan-signal] version = "0.3" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "2" [dependencies.env_logger] version = "0.4" [dependencies.get_if_addrs] version = "0.5" [dependencies.is_executable] version = "0.1.0" [dependencies.itertools] version = "0.7" [dependencies.log] version = "0.3" [dependencies.mongodb] version = "0.3.5" features = ["ssl"] [dependencies.mysql] version = "13.1" features = ["ssl"] default-features = false [dependencies.regex] version = "1.0" [dependencies.rustc-serialize] version = "0.3" [dependencies.time] version = "0.1" [dependencies.toml] version = "0.2" [dev-dependencies.mktemp] version = "0.3.1" [target."cfg(target_os = \"linux\")".dependencies.procinfo] version = "0.4" [badges.travis-ci] branch = "master" repository = "lukaspustina/rs-collector"