# 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 = "rusty-vban" version = "0.6.1" description = "VBAN API implementation in Rust" documentation = "https://docs.rs/rusty-vban" readme = "README.md" keywords = [ "vban", "audio", "streaming", ] categories = ["multimedia::audio"] license = "MIT OR Apache-2.0" repository = "https://github.com/maunolo/rusty-vban" [dependencies.anyhow] version = "1.0.69" [dependencies.byteorder] version = "1.4.3" [dependencies.cpal] version = "0.15.0" [dependencies.dasp_sample] version = "0.11.0" [dependencies.num-derive] version = "0.3.3" [dependencies.num-traits] version = "0.2.14" [dependencies.ringbuf] version = "0.3.2" [dev-dependencies.local-ip-address] version = "0.5.1" [target."cfg(target_os = \"linux\")".dependencies.cpal] version = "0.15.0" features = ["jack"]