[package] name = "munin-if1sec" version = "0.2.1" edition = "2021" description = "munin interface graph plugin, 1second resolution" license = "GPL-3.0-only" authors = ["Jörg Jaspert "] readme = "README.md" repository = "https://github.com/Ganneff/munin-if1sec" keywords = [ "munin", "statistics", "daemon", "munin-plugin" ] [package.metadata.deb] assets = [ ["target/release/munin-if1sec", "usr/share/munin/plugins/if1sec_", "755"], ] maintainer-scripts = "debian/" section = "net" priority = "optional" extended-description="1second resolution graphs for network interfaces" maintainer = "Joerg Jaspert " copyright = "2022, Joerg Jaspert " depends = "munin-node" [package.metadata.generate-rpm] assets = [ { source = "target/release/munin-if1sec", dest = "/usr/share/munin/plugins/if1sec_", mode = "755" }, ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] log = { version = "0.4", features = ["max_level_trace", "release_max_level_warn"] } simple_logger = "^2.1" munin-plugin = "0.1.14" anyhow = "1.0.57" [profile.release] lto = true codegen-units = 1