# 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] edition = "2018" name = "boxx" version = "0.0.3-beta" authors = ["Avery Harnish "] description = "Display informational boxes in the terminal." readme = "README.md" keywords = ["boxx", "cli", "terminal", "boxen", "info"] categories = ["value-formatting"] license = "MIT/Apache-2.0" repository = "https://github.com/EverlastingBugstopper/boxx" [[example]] name = "alignment" path = "examples/alignment.rs" [[example]] name = "color" path = "examples/color.rs" [[example]] name = "custom" path = "examples/custom.rs" [[example]] name = "hello_world" path = "examples/hello_world.rs" [dependencies.console] version = "0.9" [dependencies.strip-ansi-escapes] version = "0.1" [dependencies.term_size] version = "0.3" [dependencies.thiserror] version = "1.0" [dependencies.unicode-width] version = "0.1" [dev-dependencies.version-sync] version = "0.8"