# 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 = "munin-plugin" version = "0.2.0" authors = ["Jörg Jaspert "] description = "Ease writing of plugins for munin in Rust" keywords = [ "munin", "munin-plugin", ] categories = [ "command-line-utilities", "development-tools", ] license = "LGPL-3.0-only" repository = "https://github.com/Ganneff/munin-plugin" resolver = "2" [dependencies.anyhow] version = "1.0.57" [dependencies.daemonize] version = "0.4.1" [dependencies.fastrand] version = "1.7.0" [dependencies.fs2] version = "0.4.3" [dependencies.log] version = "0.4.17" [dependencies.spin_sleep] version = "1.1.1" [dependencies.tempfile] version = "3.3.0" [dev-dependencies.procfs] version = "0.12.0" [dev-dependencies.tempfile] version = "3.3.0"