# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "chiprust-emu-cli" version = "0.2.0" authors = ["Maxim Kuznetsov "] description = "CLI for chiprust-emu" license = "MIT" repository = "https://github.com/Maxxls/chiprust-emu-cli" [dependencies.bimap] version = "0.6.1" [dependencies.chiprust-emu] version = "0.2.0" [dependencies.clap] version = "2.33.3" [dependencies.crossterm] version = "0.19.0" [dependencies.ctrlc] version = "3.1.9" features = ["termination"] [dependencies.device_query] version = "0.2.8" optional = true [dependencies.lazy_static] version = "1.4.0" [dependencies.rodio] version = "0.13.1" optional = true [dependencies.spin_sleep] version = "1.0.0" [features] default = ["sound", "input"] input = ["device_query"] sound = ["rodio"]