drawbar 0.1.1

Desktop and browser app for Clavia / Nord keyboards — view, edit, and transfer sounds over USB
Documentation
# 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"
rust-version = "1.87"
name = "drawbar"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Desktop and browser app for Clavia / Nord keyboards — view, edit, and transfer sounds over USB"
readme = "README.md"
license = "BSD-3-Clause"
repository = "https://github.com/jmoo/drawbar"

[lib]
name = "drawbar"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[[bin]]
name = "drawbar"
path = "src/main.rs"

[dependencies.eframe]
version = "0.32"
features = [
    "default_fonts",
    "glow",
    "persistence",
    "wayland",
    "x11",
]
default-features = false

[dependencies.nord-format]
version = "0.1.1"
features = ["bundle"]

[dependencies.rfd]
version = "0.15"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.nord-usb]
version = "0.1.1"
features = [
    "blocking",
    "nusb",
]

[target.'cfg(target_arch = "wasm32")'.dependencies.js-sys]
version = "0.3"

[target.'cfg(target_arch = "wasm32")'.dependencies.nord-usb]
version = "0.1.1"
features = ["web"]
default-features = false

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen]
version = "=0.2.121"

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen-futures]
version = "0.4"

[target.'cfg(target_arch = "wasm32")'.dependencies.web-sys]
version = "0.3"
features = [
    "Blob",
    "BlobPropertyBag",
    "Document",
    "Element",
    "HtmlAnchorElement",
    "HtmlCanvasElement",
    "Navigator",
    "Url",
    "Usb",
    "UsbConnectionEvent",
    "UsbDevice",
    "UsbDeviceFilter",
    "UsbDeviceRequestOptions",
    "Window",
]