[package] name = "draw-music" version = "0.0.1" authors = [ "Namkyu Park ", "Joon Gyu Park " ] edition = "2018" description = "Draw music instruments and play music! written in Tensorflow, Rust and WebAssembly" readme = "README.md" license = "MIT" [lib] crate-type = ["cdylib", "rlib"] [features] default = ["console_error_panic_hook"] [dependencies] wasm-bindgen = "0.2.63" console_error_panic_hook = { version = "0.1.6", optional = true } wee_alloc = { version = "0.4.5", optional = true } [dev-dependencies] wasm-bindgen-test = "0.3.13" [profile.dev] opt-level = 0 [profile.release] opt-level = 3