blip_buf 0.2.0

Blip_buf is a small waveform synthesis library meant for use in classic video game sound chip emulation. Bindings to blip_buf (https://code.google.com/p/blip-buf/)
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 = "blip_buf"
version = "0.2.0"
authors = ["Mathijs van de Nes <git@mathijs.vd-nes.nl>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Blip_buf is a small waveform synthesis library meant for use in classic video game sound chip emulation.
Bindings to blip_buf (https://code.google.com/p/blip-buf/)
"""
documentation = "http://mvdnes.github.io/rust-docs/blip_buf-rs/blip_buf/index.html"
readme = "README.md"
license = "MIT"
repository = "https://github.com/mvdnes/blip_buf-rs"

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

[[example]]
name = "sweep"
path = "examples/sweep.rs"

[[test]]
name = "lfsr"
path = "tests/lfsr.rs"