# 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 = "workout" version = "0.1.3" authors = ["Jim Hessin"] description = "A basic workout app for doing HIIT Cardio." keywords = ["terminal", "exercise", "health"] categories = ["command-line-utilities"] license = "CC-BY-SA-4.0" repository = "https://github.com/Grillbrick-Studios/rust-workouts/" [dependencies.rand] version = "0.8.4" [dependencies.rusty_audio] version = "1.2.1" [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.serde_yaml] version = "0.8.21" [dependencies.terminal-menu] version = "2.0.0" [dependencies.termion] version = "1.5.6" [features]