# 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 = "table_to_html" version = "0.6.0" authors = ["Maxim Zhiburt "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The library provides a interface to convert a `tabled::Table` into a HTML table (``)." homepage = "https://github.com/zhiburt/tabled" documentation = "https://docs.rs/table_to_html" readme = "README.md" keywords = [ "table", "print", "pretty-table", "format", "html", ] categories = [ "text-processing", "visualization", ] license = "MIT" repository = "https://github.com/zhiburt/tabled" [lib] name = "table_to_html" path = "src/lib.rs" [[example]] name = "html" path = "examples/html.rs" [[test]] name = "html" path = "tests/html.rs" [[test]] name = "table" path = "tests/table.rs" [dependencies.tabled] version = "0.17" features = ["std"] default-features = false [dev-dependencies.tabled] version = "0.17" features = [ "std", "derive", ] default-features = false [dev-dependencies.testing_table] version = "0.2" features = ["ansi"] [features] ansi = ["tabled/ansi"] derive = ["tabled/derive"] macros = ["tabled/macros"]