# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "check-jitter" version = "1.3.7" authors = ["Johan Thorén "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A monitoring plugin that measures network jitter." readme = "README.md" license = "ISC" repository = "https://github.com/johanthoren/check_jitter" [profile.release] opt-level = "z" lto = true codegen-units = 1 strip = "debuginfo" [lib] name = "check_jitter" path = "src/lib.rs" [[bin]] name = "check_jitter" path = "src/main.rs" [[test]] name = "cli" path = "tests/cli.rs" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.16" features = ["derive"] [dependencies.fern] version = "0.6.2" [dependencies.log] version = "0.4.22" [dependencies.nagios-range] version = "0.2.5" [dependencies.ping] version = "0.5.2" [dependencies.rand] version = "0.8.5" [dependencies.stderrlog] version = "0.6" [dependencies.thiserror] version = "1.0.63" [dependencies.url] version = "2.5.2" [dev-dependencies.assert_cmd] version = "2.0.16" [dev-dependencies.predicates] version = "3.1.2" [dev-dependencies.pretty_assertions] version = "1.4.0"