create-platon-plugin 0.2.4

A quick way to scaffold a new Platon Plugin
Documentation
[package]
name = "create-platon-plugin"
version = "0.2.4"
edition = "2024"
authors = ["Hayitbek Yusupov khaitbekrs@gmail.com"]
license = "MIT"
description = "A quick way to scaffold a new Platon Plugin"
readme = "README.md"
homepage = "https://github.com/khaitbek/create-platon-plugin"
repository = "https://github.com/khaitbek/create-platon-plugin"
keywords = ["cli", "platon"]
categories = ["command-line-utilities"]

[dependencies]
clap = { version = "4.0", features = ["derive"] }
fs_extra = { version = "1.3.0" }
include_dir = "0.7.4"
inflections = "1.1.1"
regex = "1.11.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"