aev-audio 0.1.0

Minimal Aev completion ping plugin.
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 = "aev-audio"
version = "0.1.0"
authors = [
    "Trevor Knott <Tknott95@hotmail.com>",
    "Knott Dynamics",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Minimal Aev completion ping plugin."
homepage = "https://github.com/Tknott95/AevAudio"
documentation = "https://docs.rs/aev-audio"
readme = "README.md"
keywords = [
    "aev",
    "audio",
    "notification",
    "plugin",
    "terminal",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/Tknott95/AevAudio"

[package.metadata]
organization = "Knott Dynamics"
maintainer = "Trevor Knott"

[lib]
name = "aev_audio"
crate-type = [
    "rlib",
    "cdylib",
]
path = "src/lib.rs"

[[bin]]
name = "aev-audio"
path = "src/main.rs"