# 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] name = "vim_terminal" version = "0.1.0" authors = ["Saksham Tomer "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A terminal file explorer with vim bindings written in rust" readme = "README.md" keywords = [ "terminal", "file", "explorer", ] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/saksham-tomer/vim_terminal" [package.metadata.authors.Saksham] email = "sakshamtomerdevs@gmail.com" name = "Saksham Tomer" [[bin]] name = "vim_terminal" path = "src/main.rs" [dependencies.crossterm] version = "0.28.1" [dependencies.tui] version = "0.19"