# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "prototty_unix" version = "0.27.0" authors = ["Stephen Sherratt "] description = "Prototty context for unix terminals." homepage = "https://github.com/stevebob/prototty.git" documentation = "https://docs.rs/prototty_unix" readme = "README.md" license = "MIT" repository = "https://github.com/stevebob/prototty.git" [[example]] name = "bold" [dependencies.ansi_colour] version = "0.5" [dependencies.libc] version = "0.2" [dependencies.prototty_file_storage] version = "0.27" optional = true [dependencies.prototty_grid] version = "0.27" [dependencies.prototty_input] version = "0.27" [dependencies.prototty_render] version = "0.27" [dependencies.term] version = "0.5" [dev-dependencies.prototty] version = "0.27" [features] serialize = ["prototty_render/serialize", "prototty_input/serialize", "prototty_grid/serialize", "ansi_colour/serialize"] storage = ["prototty_file_storage"]