# 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 = "sinuous" version = "0.1.4" authors = ["Antoine Busch "] description = "A simple TUI for controlling local Sonos speakers" homepage = "https://github.com/abusch/sinuous" readme = "README.md" license = "MIT" repository = "https://github.com/abusch/sinuous.git" [profile.release] strip = "symbols" [dependencies.anyhow] version = "1.0.57" [dependencies.clap] version = "4.0" features = ["cargo"] [dependencies.crossterm] version = "0.27" features = ["event-stream"] [dependencies.futures] version = "0.3.21" [dependencies.human-panic] version = "1.0.3" [dependencies.sonor] version = "2" [dependencies.tokio] version = "1.18.2" features = ["full"] [dependencies.tracing] version = "0.1.34" [dependencies.tracing-appender] version = "0.2.2" [dependencies.tracing-subscriber] version = "0.3.11" features = [ "env-filter", "tracing-log", ] [dependencies.tui] version = "0.23" features = ["crossterm"] default-features = false package = "ratatui"