blob: 8e46378189b6276d47054c739b11c596821c79f5 [file] [log] [blame]
# 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 = "term_grid"
version = "0.2.0"
authors = ["Benjamin Sago <ogham@bsago.me>"]
exclude = ["/README.md", "/LICENCE", "/.rustfmt.toml", "/.travis.yml"]
description = "Library for formatting strings into a grid layout"
documentation = "https://docs.rs/term_grid/"
readme = "README.md"
license = "MIT"
repository = "https://github.com/ogham/rust-term-grid"
[lib]
name = "term_grid"
[dependencies.unicode-width]
version = "0.1.7"