covey-plugin 0.0.2

APIs for creating Covey 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 = "2024"
rust-version = "1.85"
name = "covey-plugin"
version = "0.0.2"
authors = ["blorbb"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "APIs for creating Covey plugins"
readme = "README.md"
license = "MIT"
repository = "https://github.com/blorbb/covey"
resolver = "2"

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

[dependencies.anyhow]
version = "1.0.93"

[dependencies.az]
version = "1.2.1"

[dependencies.covey-manifest-macros]
version = "0.0.2"

[dependencies.covey-proto]
version = "0.0.2"

[dependencies.dirs]
version = "5.0.1"

[dependencies.parking_lot]
version = "0.12"

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

[dependencies.serde_json]
version = "1"

[dependencies.sublime_fuzzy]
version = "0.7.0"

[dependencies.time]
version = "0.3"
features = ["serde"]

[dependencies.tokio]
version = "1.41.0"
features = ["rt"]

[dependencies.tokio-stream]
version = "0.1.16"
features = ["net"]
default-features = false

[dependencies.tonic]
version = "0.12.3"

[build-dependencies.tonic-build]
version = "0.12.3"

[lints.clippy]
doc_markdown = "allow"
items_after_statements = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
must_use_candidate = "allow"
semicolon_if_nothing_returned = "allow"
single_match = "allow"

[lints.clippy.pedantic]
level = "warn"
priority = -1