print_bytes 2.0.1

Print bytes as losslessly as possible
Documentation
[features]
specialization = []

[lib]
name = "print_bytes"
path = "src/lib.rs"

[package]
authors = ["dylni"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["command-line-interface", "os"]
description = """
Print bytes as losslessly as possible
"""
edition = "2021"
exclude = [".*", "tests.rs", "/rustfmt.toml", "/src/bin", "/tests"]
keywords = ["bytes", "osstr", "path", "print", "windows"]
license = "MIT OR Apache-2.0"
name = "print_bytes"
readme = "README.md"
repository = "https://github.com/dylni/print_bytes"
rust-version = "1.74.0"
version = "2.0.1"

[package.metadata.docs.rs]
all-features = true
rustc-args = ["--cfg", "print_bytes_docs_rs"]
rustdoc-args = ["--cfg", "print_bytes_docs_rs"]

[target."cfg(not(windows))".dependencies.os_str_bytes]
default-features = false
optional = true
version = "7.0"

[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_Foundation", "Win32_System_Console"]
version = "0.59"