# 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 = "mackerel_plugin_uptime" version = "0.2.2" authors = ["itchyny "] description = "Uptime plugin for Mackerel" readme = "README.md" keywords = [ "cli", "mackerel", ] license = "MIT" repository = "https://github.com/itchyny/mackerel-plugin-uptime" [profile.release] lto = true codegen-units = 1 strip = true [[bin]] name = "mackerel-plugin-uptime" path = "bin/main.rs" [dependencies.mackerel_plugin] version = "0.2.6" [dependencies.uptime_lib] version = "0.3.0"