# 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] name = "narvie-cli" version = "0.3.4" authors = ["Harry Sarson "] description = "A CLI for the narvie REPL" homepage = "https://github.com/physical-computation/narvie" readme = "../README.md" keywords = ["cli", "RISC-V", "narvie", "repl", "physical-computation"] categories = ["command-line-utilities", "hardware-support", "science"] license = "GPL-3.0" repository = "https://github.com/physical-computation/narvie" [dependencies.byteorder] version = "1.3.1" [dependencies.clap] version = "2.33.0" [dependencies.directories] version = "2.0.1" [dependencies.env_logger] version = "0.6.1" [dependencies.log] version = "0.4.6" [dependencies.narvie-processor] version = "0.3.3" [dependencies.prettytable-rs] version = "0.8.0" [dependencies.rustyline] version = "4.1.0" [dependencies.serialport] version = "3.2.0" [dependencies.time] version = "0.1"