# 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 = "csv_to_table" version = "0.6.0" authors = ["Maxim Zhiburt "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library for pretty print CSV as a table" homepage = "https://github.com/zhiburt/tabled" documentation = "https://docs.rs/csv_to_table" readme = "README.md" keywords = [ "table", "print", "pretty-table", "format", "csv", ] categories = [ "text-processing", "visualization", ] license = "MIT" repository = "https://github.com/zhiburt/tabled" [lib] name = "csv_to_table" path = "src/lib.rs" [[example]] name = "csv_table" path = "examples/csv_table.rs" [[example]] name = "iter" path = "examples/iter.rs" [[test]] name = "csv_table" path = "tests/csv_table.rs" [[test]] name = "iter" path = "tests/iter.rs" [dependencies.csv] version = "1" [dependencies.tabled] version = "0.17" features = ["std"] default-features = false [dev-dependencies.testing_table] version = "0.2" features = ["ansi"] [features] ansi = ["tabled/ansi"] derive = ["tabled/derive"] macros = ["tabled/macros"]