# 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" rust-version = "1.64" name = "comfy-table" version = "7.1.3" authors = ["Arne Beer "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An easy to use library for building beautiful tables with automatic content wrapping" homepage = "https://github.com/nukesor/comfy-table" documentation = "https://docs.rs/comfy-table/" readme = "README.md" keywords = [ "terminal", "table", "unicode", ] license = "MIT" repository = "https://github.com/nukesor/comfy-table" [lib] name = "comfy_table" path = "src/lib.rs" [[example]] name = "inner_style" path = "examples/inner_style.rs" required-features = ["custom_styling"] [[example]] name = "no_tty" path = "examples/readme_table_no_tty.rs" [[example]] name = "readme_table" path = "examples/readme_table.rs" [[test]] name = "all_tests" path = "tests/all_tests.rs" [[bench]] name = "build_large_table" path = "benches/build_large_table.rs" harness = false [[bench]] name = "build_tables" path = "benches/build_tables.rs" harness = false [dependencies.ansi-str] version = "0.8" optional = true [dependencies.console] version = "0.15" optional = true [dependencies.strum] version = "0.26" [dependencies.strum_macros] version = "0.26" [dependencies.unicode-width] version = "0.2" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.pretty_assertions] version = "1" [dev-dependencies.proptest] version = "1" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rstest] version = "0.23" [features] custom_styling = [ "ansi-str", "console", "tty", ] debug = [] default = ["tty"] integration_test = [] reexport_crossterm = ["tty"] tty = ["crossterm"] [target."cfg(not(windows))".dependencies.crossterm] version = "0.28" optional = true default-features = false [target."cfg(windows)".dependencies.crossterm] version = "0.28" features = ["windows"] optional = true default-features = false [badges.maintenance] status = "actively-developed"