# 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.74.0" name = "print_bytes" version = "2.0.1" authors = ["dylni"] build = false exclude = [ ".*", "tests.rs", "/rustfmt.toml", "/src/bin", "/tests", ] autobins = false autoexamples = false autotests = false autobenches = false description = """ Print bytes as losslessly as possible """ readme = "README.md" keywords = [ "bytes", "osstr", "path", "print", "windows", ] categories = [ "command-line-interface", "os", ] license = "MIT OR Apache-2.0" repository = "https://github.com/dylni/print_bytes" [package.metadata.docs.rs] all-features = true rustc-args = [ "--cfg", "print_bytes_docs_rs", ] rustdoc-args = [ "--cfg", "print_bytes_docs_rs", ] [lib] name = "print_bytes" path = "src/lib.rs" [features] specialization = [] [target."cfg(not(windows))".dependencies.os_str_bytes] version = "7.0" optional = true default-features = false [target."cfg(windows)".dependencies.windows-sys] version = "0.59" features = [ "Win32_Foundation", "Win32_System_Console", ]