# 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.4.0" authors = ["Maxim Zhiburt "] 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" [dependencies.tabled] version = "0.15" features = ["std"] default-features = false [dev-dependencies.tabled] version = "0.15" features = [ "std", "derive", ] default-features = false [features] ansi = ["tabled/ansi"] derive = ["tabled/derive"] macros = ["tabled/macros"]