# 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 = "2021" name = "hexdino" version = "0.1.3" authors = ["Luz"] include = [ "/src/**/*.rs", "/src/**/*.pest", "/Cargo.toml", "/LICENSE", "/logo.png", "README.md", ] description = "A hex editor with vim like keybindings written in Rust." homepage = "https://github.com/Luz/hexdino" readme = "README.md" license = "MIT" repository = "https://github.com/Luz/hexdino" [[bin]] name = "hexdino" path = "src/main.rs" [dependencies.anyhow] version = "1.0.70" [dependencies.clap] version = "4" features = ["derive"] [dependencies.crossterm] version = "0.25.0" [dependencies.libc] version = "0.2" [dependencies.memmem] version = "0.1.1" [dependencies.pest] version = "2.1" [dependencies.pest_derive] version = "2.1"