# 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 = "psg_lite" version = "0.1.2" authors = ["Seiji Ainoguchi "] description = "This crate generates PCM waveforms similar to those of the AY-3-8910 and its compatible chips." homepage = "https://github.com/ain1084/rust_psg_lite" documentation = "https://docs.rs/psg_lite" readme = "README.md" keywords = [ "PSG", "audio", "waveform", "embedded", ] categories = [ "multimedia::audio", "embedded", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ain1084/rust_psg_lite" [dependencies.bitflags] version = "2.3.3" [dependencies.paste] version = "1.0.15" [dev-dependencies.direct_ring_buffer] version = "0.2.0" [dev-dependencies.tinyaudio] version = "0.1.3" [features] default = ["float"] float = []