# 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 = "2018" name = "testing_table" version = "0.2.0" authors = ["Maxim Zhiburt "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An easy to use library for pretty print tables of Rust `struct`s and `enum`s." homepage = "https://github.com/zhiburt/tabled" documentation = "https://docs.rs/testing_table" readme = "README.md" keywords = [ "table", "testing", "pretty-table", "assert", "test", ] categories = [ "text-processing", "development-tools", "development-tools::testing", ] license = "MIT" repository = "https://github.com/zhiburt/tabled" [lib] name = "testing_table" path = "src/lib.rs" [dependencies.ansitok] version = "0.2" optional = true [dependencies.unicode-width] version = "0.2" [features] ansi = ["ansitok"]