# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "neobirth" version = "0.1.1" authors = ["Tony Arcieri "] description = " Pure Data-powered acid house music synthesizer for the\n Adafruit NeoTrellis M4 Express\n " homepage = "https://neobirth.org" readme = "README.md" keywords = ["303", "audio", "music", "synthesis", "puredata"] categories = ["multimedia::audio", "no-std"] license = "Apache-2.0" repository = "https://github.com/NeoBirth/NeoBirth" [profile.dev] lto = false codegen-units = 1 debug = true incremental = false [profile.release] opt-level = "s" lto = true debug = false incremental = false [dependencies.panic-halt] version = "0.2" [dependencies.purezen] version = "0.0.2" default-features = false [dependencies.smart-leds] version = "0.1" [dependencies.trellis_m4] version = "0.1" [dependencies.ws2812-timer-delay] version = "0.1" [badges.travis-ci] repository = "NeoBirth/NeoBirth"