oscy 0.1.2

Minimalistic Rust library for audio oscillators supporting common waveform shapes.
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"
name = "oscy"
version = "0.1.2"
authors = ["paramako <paramako@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Minimalistic Rust library for audio oscillators supporting common waveform shapes."
readme = "README.md"
keywords = [
    "audio",
    "oscillator",
    "dsp",
    "synthesizer",
]
categories = ["multimedia::audio"]
license = "MIT"
repository = "https://github.com/paramako/oscy"

[features]
default = []
noise = ["dep:fastrand"]

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

[dependencies.fastrand]
version = "2.3.0"
optional = true