# 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 = "fbd_sequencer" version = "0.2.2" authors = ["Seiji Ainoguchi "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A sequencer for playing music using PSG or AY-3-8910 sound sources. Supports playing .fbd sequence files." homepage = "https://github.com/ain1084/rust_fbd_sequencer" documentation = "https://docs.rs/fbd_sequencer" readme = "README.md" keywords = [ "sequencer", "music", "PSG", "AY-3-8910", "audio", ] categories = [ "multimedia", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ain1084/rust_fbd_sequencer" [lib] name = "fbd_sequencer" path = "src/lib.rs" [dependencies.arraydeque] version = "0.5.1" [dependencies.byteorder] version = "1.5.0" [features] default = ["float"] float = []