# 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" rust-version = "1.60" name = "escape-ascii" version = "0.1.0" authors = ["Kim Hwiwon "] exclude = [ "assets", "target", "tests", ] description = 'An extremly tiny tool to convert stdin raw byte stream to printable escaped-ascii form (with slice::escape_ascii()), such as byte literals in source codes on many programming languages (e.g. "\x1b\x04printable\x16\n")' readme = "README.md" keywords = [ "escape", "ascii", "byte", "stream", ] categories = [ "command-line-utilities", "value-formatting", ] license = "MIT" repository = "https://github.com/snoopy3476/escape-ascii.git" [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.predicates] version = "3.0"