# 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 = "dwfv" version = "0.4.1" authors = ["Pierre Surply "] exclude = ["examples"] description = "A simple digital waveform viewer with vi-like key bindings" readme = "README.md" keywords = ["eda", "vcd"] categories = ["command-line-utilities", "development-tools::debugging", "embedded", "parsing", "visualization"] license = "MIT" repository = "https://github.com/psurply/dwfv" [dependencies.gumdrop] version = "0.8" [dependencies.nom] version = "5.1" features = ["std"] default-features = false [dependencies.termion] version = "1.5" [dependencies.tui] version = "0.9" [badges.travis-ci] repository = "psurply/dwfv"