# 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 = "mkr" version = "0.1.0" authors = ["wafuwafu13 "] description = "Command Line Tool for Mackerel" readme = "README.md" keywords = [ "api", "mackerel", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/wafuwafu13/mkrust" [dependencies.async-std] version = "1.12.0" features = [ "attributes", "tokio1", ] [dependencies.clap] version = "4.0.9" features = ["derive"] [dependencies.mackerel_client] version = "0.4.0" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0.145" [dependencies.serde_derive] version = "1.0.145"