[dev-dependencies.os_str_bytes]
version = "6.3"
[features]
specialization = []
[package]
authors = ["dylni"]
categories = ["command-line-interface", "os", "wasm"]
description = "Print bytes as losslessly as possible\n"
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.63.0"
version = "1.2.0"
[package.metadata.docs.rs]
all-features = true
rustc-args = ["--cfg", "print_bytes_docs_rs"]
rustdoc-args = ["--cfg", "print_bytes_docs_rs"]
[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_Foundation", "Win32_System_Console"]
version = "0.48"