# 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 = "soundkit" version = "0.11.8" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Audio format optimised for low-latency audio." readme = "README.md" license = "MIT" repository = "https://github.com/wavey-ai/soundkit" [lib] name = "soundkit" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.byteorder] version = "1.5.0" [dependencies.bytes] version = "1.7.2" [dependencies.js-sys] version = "0.3" optional = true [dependencies.rubato] version = "0.14.1" [dependencies.wasm-bindgen] version = "0.2" optional = true [dependencies.web-sys] version = "0.3" features = ["Worker"] optional = true [features] wasm = [ "js-sys", "web-sys", "wasm-bindgen", ]