neume 0.0.1

Composable composition + live performance environment. This 0.0.1 reserves the crate name; the substantive 0.1.0 release follows.
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 = "neume"
version = "0.0.1"
authors = ["Aaron Steven White <aaronstevenwhite@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Composable composition + live performance environment.  This 0.0.1 reserves the crate name; the substantive 0.1.0 release follows."
homepage = "https://aaronstevenwhite.github.io/neume/"
readme = "README.md"
keywords = [
    "music",
    "composition",
    "live-coding",
    "panproto",
    "dsl",
]
categories = ["multimedia::audio"]
license = "MIT"
repository = "https://github.com/aaronstevenwhite/neume"
resolver = "2"

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