# 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 = "2018" name = "radior" version = "0.4.1" authors = ["nico "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "At last, another radio on the command line." readme = "README.md" license = "MIT" repository = "https://github.com/sirno/radior" [[bin]] name = "radior" path = "src/main.rs" [dependencies.chrono] version = "0.4.23" [dependencies.clap] version = "4.0.32" features = ["derive"] [dependencies.cursive] version = "0.21.1" features = ["termion-backend"] default-features = false [dependencies.derive_more] version = "0.99.17" [dependencies.libmpv-sirno] version = "2.0.2-fork.1" [dependencies.shellexpand] version = "2.1.2" [dependencies.toml] version = "0.5.9" [dependencies.url] version = "2.3.1" [build-dependencies.pkg-config] version = "0.3.26"