# 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 = "papergrid" version = "0.13.0" authors = ["Maxim Zhiburt "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Papergrid is a core library to print a table" readme = "README.md" license = "MIT" repository = "https://github.com/zhiburt/tabled" [lib] name = "papergrid" path = "src/lib.rs" [[example]] name = "color_map" path = "examples/color_map.rs" required-features = ["std"] [[example]] name = "colored_border" path = "examples/colored_border.rs" required-features = ["std"] [[example]] name = "common_grid" path = "examples/common_grid.rs" required-features = ["std"] [[example]] name = "common_grid_no_std" path = "examples/common_grid_no_std.rs" required-features = [] [[example]] name = "hello_world" path = "examples/hello_world.rs" required-features = ["std"] [[example]] name = "papergrid_color" path = "examples/papergrid_color.rs" required-features = [ "std", "ansi", ] [[example]] name = "span_usage" path = "examples/span_usage.rs" required-features = ["std"] [[test]] name = "main" path = "tests/main.rs" [dependencies.ansi-str] version = "0.8" optional = true [dependencies.ansitok] version = "0.2" optional = true [dependencies.bytecount] version = "0.6" [dependencies.fnv] version = "1.0" [dependencies.unicode-width] version = "0.2" [dev-dependencies.owo-colors] version = "3.4.0" [dev-dependencies.testing_table] version = "0.2" features = ["ansi"] [features] ansi = [ "ansi-str", "ansitok", ] default = ["std"] std = []