# 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 = "2018" name = "os_display" version = "0.1.3" authors = ["Jan Verbeek "] exclude = ["fuzz", ".gitignore", ".github", "scripts"] description = "Display strings in a safe platform-appropriate way" documentation = "https://docs.rs/os_display" readme = "README.md" keywords = ["shell", "cli", "terminal", "text", "no_std"] categories = ["command-line-interface", "text-processing"] license = "MIT" repository = "https://github.com/blyxxyz/os_display" [package.metadata.docs.rs] all-features = true [dependencies.unicode-width] version = "0.1.9" [features] alloc = [] default = ["native", "alloc", "std"] native = [] std = ["alloc"] unix = [] windows = []