# 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 = "2021" name = "kitty_table" version = "1.1.0" authors = ["Ashli Katt "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Very small and barebones library for printing tables of data. """ readme = "README.md" keywords = [ "table", "printing", ] license = "MIT" repository = "https://codeberg.org/AshliKatt/kitty_table" [lib] name = "kitty_table" path = "src/lib.rs" [[example]] name = "array" path = "examples/array.rs" [[example]] name = "custom" path = "examples/custom.rs" [[example]] name = "derive" path = "examples/derive.rs" [[example]] name = "tuple" path = "examples/tuple.rs" [[example]] name = "writer" path = "examples/writer.rs" [dependencies.kitty_table_proc_macro] version = "=1.0.0"