# 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 = "2021" name = "stanza" version = "0.5.1" authors = ["Emil Koutanov"] exclude = [ "/images", "/bin", "/.idea", "/.github", "/coverage", "/doc", "/examples", ] description = "An abstract table model with customisable text formatting and renderers." readme = "README.md" keywords = [ "cli", "terminal", "table", "format", "no_std", ] license = "MIT" repository = "https://github.com/obsidiandynamics/stanza" [[bench]] name = "paint_fancy" harness = false [dependencies] [dev-dependencies.chrono] version = "0.4.31" [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.terminal_size] version = "0.3.0"