# 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 = "jmx" version = "0.2.1" authors = ["Stefano Pogliani "] autotests = true description = "JMX client library for Rust" readme = "README.md" keywords = ["jmx"] license = "MIT OR Apache-2.0" repository = "https://github.com/stefano-pogliani/jmx-rust" [[test]] name = "6-multi-threaded" required-features = ["thread-support"] [[test]] name = "7-multi-threaded-reconnect" required-features = ["thread-support"] [[test]] name = "8-multi-threaded-delay-connect" required-features = ["thread-support"] [dependencies.crossbeam-channel] version = "^0.4.2" optional = true [dependencies.failure] version = "^0.1.5" [dependencies.j4rs] version = "^0.11.2" [dependencies.serde] version = "^1.0.0" [dependencies.serde_derive] version = "^1.0.0" [dependencies.serde_json] version = "^1.0.26" optional = true [features] thread-support = ["crossbeam-channel", "serde_json"]