surge-imports 0.2.5-alpha.0

adsr envelopes from the surge synthesizer
[package]
metadata.cpp-authors = [ "Adam Raisbeck <sense@i2pi.com>", "Alec DiAstra <alecdiastra@gmail.com>", "Alexandre Bique <bique.alexandre@gmail.com>", "Amy Furniss <http://github.com/amyfurniss>", "Brian Ginsburg <https://github.com/bgins>", "Cale Gibbard <cgibbard@gmail.com>", "Claes Johanson <claes@bitwig.com>", "Dave Palmer <itsmedavep@gmail.com>", "David Bata <https://github.com/tank-trax>", "David Carlier <devnexen@gmail.com>", "Erik-Jan Maalderink <fonkle@gmx.com>", "Esa Juhani Ruoho <esaruoho@gmail.com>", "Filipe Coelho <falktx@falktx.com>", "Hendrik van Boetzelaer <http://opuswerk.com>", "Jacky Ligon <http://jackyligon.com>", "Jani Frilander <http://github.com/janifr>", "Jarkko Sakkinen <jarkko.sakkinen@iki.fi>", "Jatin Chowdhury <jatin@ccrma.stanford.edu>", "Jean Pierre Cimalando <jp-dev@inbox.ru>", "Jeff Smith <whydoubt@gmail.com>", "Jeremy Sagan <info@sagantech.biz>", "Jon Spruyt <http://jonspru.yt>", "Keith Zantow <kzantow@gmail.com>", "Kjetil Matheussen <k.s.matheussen@notam02.no>", "Korridor <fabian.kempe@gmail.com>", "Luna Langton <https://github.com/selenologist>", "Mario Krušelj a.k.a. EvilDragon <http://github.com/mkruselj>", "Markku Tavasti <tavasti@iki.fi>", "Marty Lake <matthieu@talbot.audio>", "Matthias von Faber <http://github.com/mvf>", "Mikko Saarinki <https://github.com/kingston1>", "Nathan Kopp <nk.sg@nathankopp.com>", "Paul Walker <paul@pwjw.com>", "Rich Elmes <richie@juic3.com>", "Sebastian Schwarzhuber <https://github.com/cannero>", "The Emu (J Riley Hill) <http://jrileyhill.com>", "Vincent Zauhar <v.zauhar@bell.net>", "klebs <none>", "muhl <https://github.com/mynameismuhl>", "簡志瑋 <dppss92132@gmail.com>" ]
repository = "https://github.com/klebz/surge-rs"
authors = [ "klebs <none>" ]
description = "adsr envelopes from the surge synthesizer"
edition = "2021"
license = "GPL-3.0"
name = "surge-imports"
version = "0.2.5-alpha.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
approx = "0.5.0"
approx_eq = "0.1.8"
atomic_float = "0.1.0"
auto_impl = "0.4.1"
automod = "1.0.2"
bencher = "0.1.5"
bincode = "1.3.3"
#bitflags = "1.0"
bitflags = "1.3.2"
byteorder = "0.5.3"
coreaudio-rs = "0.10.0"
derivative = "2.2.0"
derive_more = "0.99.16"
dft = "0.5.5"
dirs = "4.0.0"
downcast-rs = "1.2.0"
enhanced_enum = "0.2.2"
enum_dispatch = "0.3.7"
float-cmp = "0.9.0"
float-ord = "0.3.2"
getset = "0.1.1"
half = "1.8.2"
indoc = "1.0.3"
jack = "0.7.2"
lazy_static = "1.4.0"
libc = "0.2.105"
libxml = "0.3.0"
lockfree = "0.5.1"
mopa = "0.2.2"
uuid = "0.8.2"
proc-macro2 = "1.0.40"
ndarray = "0.15.3"
num = "0.4.0"
num-complex = "0.4.0"
num-traits = "0.2.14"
paste = "1.0.5"
prometheus = "0.13.0"
rand = "0.8.4"
regex = "1.5.4"
riff-wave = "0.1.2"
vst = "0.2.1"
xml-rs = "0.8.4"

[dependencies.simba]
version = "0.6.0"
features = ["packed_simd"]
[dependencies.serde]
features = [ "derive" ]
version = "1.0"
[dependencies.bytemuck]
features = [ "extern_crate_alloc" ]
version = "1.7.2"