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