cargo-kpl 0.1.0

Cargo subcommand to build, package and bundle Kojacoord proxy plugins (.kpl archives).
# 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"
rust-version = "1.75"
name = "cargo-kpl"
version = "0.1.0"
authors = ["Alex Guy Yann Le Roy"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cargo subcommand to build, package and bundle Kojacoord proxy plugins (.kpl archives)."
homepage = "https://github.com/aleroycz/kojacoord-proxy"
documentation = "https://docs.rs/cargo-kpl"
readme = "README.md"
keywords = [
    "cargo",
    "minecraft",
    "plugin",
    "proxy",
    "kojacoord",
]
categories = [
    "development-tools::cargo-plugins",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/aleroycz/kojacoord-proxy"

[package.metadata.binstall]
pkg-fmt = "bin"

[package.metadata.binstall.overrides.x86_64-unknown-linux-gnu]
pkg-url = "{ repo }/releases/download/v{ version }/cargo-kpl-linux-x86_64"

[[bin]]
name = "cargo-kpl"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "4.4"
features = ["derive"]

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.toml]
version = "0.8"

[dependencies.walkdir]
version = "2"

[dependencies.zip]
version = "0.6"