# 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 = "2018" name = "sbyte" version = "0.3.3" authors = ["Quintin Smith "] description = "Console-based byte editor" homepage = "https://burnsomni.net/software/sbyte/" readme = "README.md" keywords = [ "hex", "byte", "editor", ] categories = [ "command-line-utilities", "text-editors", ] license = "GPL-3.0" repository = "https://burnsomni.net/git/sbyte" [dependencies.ctrlc] version = "3.1.6" [dependencies.dirs] version = "4.0.0" [dependencies.regex] version = "^1.4.2" [dependencies.wrecked] version = "^1.1.0" [target."cfg(windows)".dependencies.windows] version = "0.39.0" features = [ "Win32_System_Console", "Win32_System_Threading", "Win32_UI_Input_KeyboardAndMouse", "Win32_Foundation", ]