lla_plugin_interface 0.5.4

Interface for lla plugins
Documentation
# 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 = "lla_plugin_interface"
version = "0.5.4"
authors = ["Achaq <hi@achaq.dev>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Interface for lla plugins"
readme = "README.md"
keywords = [
    "cli",
    "ls",
    "blazing-fast",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/chaqchase/lla"

[features]
regenerate-protobuf = []

[lib]
name = "lla_plugin_interface"
path = "src/lib.rs"

[dependencies.prost]
version = "0.12"

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

[build-dependencies.prost-build]
version = "0.12"