# 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-cpu1sec" version = "0.2.2" authors = ["Jörg Jaspert "] description = "munin graph plugin for cpu statistics, 1second resolution" readme = "README.md" keywords = [ "munin", "statistics", "daemon", "munin-plugin", ] categories = ["command-line-utilities"] license = "GPL-3.0-only" repository = "https://github.com/Ganneff/munin-cpu1sec" resolver = "2" [package.metadata.deb] assets = [[ "target/release/munin-cpu1sec", "usr/share/munin/plugins/cpu1sec", "755", ]] maintainer-scripts = "debian/" section = "net" priority = "optional" extended-description = "1second munin resolution graphs for CPU data" maintainer = "Joerg Jaspert " copyright = "2022, Joerg Jaspert " depends = "munin-node" [[package.metadata.generate-rpm.assets]] source = "target/release/munin-cpu1sec" dest = "/usr/share/munin/plugins/cpu1sec" mode = "755" [profile.release] lto = true codegen-units = 1 [dependencies.anyhow] version = "1.0.57" [dependencies.log] version = "0.4" features = [ "max_level_trace", "release_max_level_warn", ] [dependencies.munin-plugin] version = "0.1.14" [dependencies.procfs] version = "^0.12" [dependencies.simple_logger] version = "^2.1"