wavekat-core 0.0.2

Shared types for the WaveKat audio processing ecosystem
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 = "wavekat-core"
version = "0.0.2"
build = false
exclude = ["CHANGELOG.md"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared types for the WaveKat audio processing ecosystem"
homepage = "https://github.com/wavekat/wavekat-core"
documentation = "https://docs.rs/wavekat-core"
readme = "README.md"
keywords = [
    "audio",
    "voice",
    "telephony",
    "wavekat",
]
categories = ["multimedia::audio"]
license = "Apache-2.0"
repository = "https://github.com/wavekat/wavekat-core"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

[dependencies]

[dev-dependencies]