# 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" version = "0.2.6" authors = ["itchyny "] description = "Mackerel plugin helper library" readme = "README.md" keywords = [ "cli", "mackerel", ] license = "MIT" repository = "https://github.com/itchyny/mackerel-plugin-rs" [dependencies.auto_enums] version = "0.8.3" [dependencies.serde] version = "1.0.192" [dependencies.serde_derive] version = "1.0.192" [dependencies.serde_json] version = "1.0.108" [dependencies.serde_with] version = "3.4.0" [dependencies.strum] version = "0.25.0" features = ["derive"] [dev-dependencies.rstest] version = "0.18.2"