# 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 = "audio-bicycle" version = "0.1.0" authors = ["Octavia Togami "] description = "A two-way audio communicator using VBAN and PulseAudio" readme = "README.md" keywords = [ "audio", "vban", "pulseaudio", ] categories = ["command-line-utilities"] license = "AGPL-3.0-or-later" repository = "https://github.com/octylFractal/audio-bicycle" [dependencies.arrayvec] version = "0.7.2" [dependencies.async-trait] version = "0.1.64" [dependencies.binrw] version = "0.11.1" [dependencies.clap] version = "4.1.6" features = ["derive"] [dependencies.directories] version = "4.0.1" [dependencies.env_logger] version = "0.10.0" [dependencies.futures] version = "0.3.26" [dependencies.libpulse-binding] version = "2.27.1" [dependencies.libpulse-simple-binding] version = "2.27.1" [dependencies.log] version = "0.4.17" [dependencies.once_cell] version = "1.17.1" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.thiserror] version = "1.0.38" [dependencies.tokio] version = "1.25.0" features = [ "rt-multi-thread", "macros", "sync", "io-std", "io-util", "net", ] [dependencies.tokio-util] version = "0.7.7" features = [ "compat", "io", "io-util", ] [dependencies.toml] version = "0.7.2"