prototty_elements 0.6.0

Collection of ui elements for use with prototty
Documentation
# 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_elements"
version = "0.6.0"
authors = ["Stephen Sherratt <sfsherratt@gmail.com>"]
description = "Collection of ui elements for use with prototty"
homepage = "https://github.com/stevebob/prototty.git"
documentation = "https://docs.rs/prototty_elements"
readme = "README.md"
license = "MIT"
repository = "https://github.com/stevebob/prototty.git"

[[example]]
name = "text"
path = "examples/text.rs"

[[example]]
name = "border"
path = "examples/border.rs"

[[example]]
name = "rich_text"
path = "examples/rich_text.rs"

[[example]]
name = "canvas"
path = "examples/canvas.rs"

[[example]]
name = "menu"
path = "examples/menu.rs"

[[example]]
name = "tetris"
path = "examples/tetris.rs"

[[example]]
name = "mixed_text"
path = "examples/mixed_text.rs"
[dependencies.ansi_colour]
version = "0.1"

[dependencies.cgmath]
version = "0.15"
features = ["serde"]

[dependencies.itertools]
version = "0.7"

[dependencies.prototty]
version = "0.4"

[dependencies.rand]
version = "0.3"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"