[package]
name = "print_bytes"
version = "0.2.0"
authors = ["dylni"]
edition = "2018"
exclude = [".*", "/rustfmt.toml", "/src/bin", "/tests"]
description = """
Print bytes as losslessly as possible
"""
repository = "https://github.com/dylni/print_bytes"
readme = "README.md"
keywords = ["print", "bytes", "osstr", "path", "stdout"]
categories = ["command-line-interface", "encoding", "os", "rust-patterns"]
license = "MIT OR Apache-2.0"
[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3", features = ["consoleapi"] }
[dev-dependencies]
os_str_bytes = "2.0"
[features]
const_generics = []
specialization = []