cargo-kpl-0.1.0 is not a library.

cargo-kpl
A Cargo subcommand for building Kojacoord plugins (.kpl files).
Installation
Install from the local repository:
Or install from crates.io (when published):
Usage
Build a Plugin
Build a plugin from the current directory:
With custom output path:
Release build:
Custom plugin name:
Package an Existing Library
Package a pre-compiled library into a .kpl file:
With custom metadata:
Plugin Metadata
The tool automatically extracts metadata from Cargo.toml. You can also provide a custom metadata.toml file:
= "my-plugin"
= "1.0.0"
= "Your Name"
= "My Kojacoord plugin"
= "0.1.0"
= []
.kpl File Format
A .kpl file is a ZIP archive containing:
metadata.json- Plugin metadata (JSON)<library>.dll/.so/.dylib- Compiled plugin libraryplugin.toml- Optional plugin configuration