# 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 = "mochi-cli" version = "0.0.4" authors = ["ErrorErrorError"] description = "A CLI tool for managing mochi-based modules." homepage = "https://github.com/Mochi-Team/cli" readme = "README.md" keywords = [ "cli", "mochi", "parse", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/Mochi-Team/cli" [dependencies.anyhow] version = "1.0.75" [dependencies.clap] version = "4.1.14" features = ["derive"] [dependencies.convert_case] version = "0.6.0" [dependencies.local-ip-address] version = "0.5.6" [dependencies.serde] version = "1.0.189" features = ["serde_derive"] [dependencies.serde_json] version = "1.0.1" [dependencies.sha256] version = "1.4.0" [dependencies.tera] version = "1.19.1" [dependencies.tiny_http] version = "0.12" [dependencies.toml] version = "0.8.2" [build-dependencies.anyhow] version = "1.0.75" [build-dependencies.clap] version = "4.1.14" features = ["derive"] [build-dependencies.clap-markdown] version = "0.1.3" [build-dependencies.convert_case] version = "0.6.0" [build-dependencies.local-ip-address] version = "0.5.6" [build-dependencies.serde] version = "1.0.189" features = ["serde_derive"] [build-dependencies.serde_json] version = "1.0.1" [build-dependencies.sha256] version = "1.4.0" [build-dependencies.tera] version = "1.19.1" [build-dependencies.tiny_http] version = "0.12" [build-dependencies.toml] version = "0.8.2"