# 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 = "verynicetable" version = "0.5.0" authors = ["Quentin Richert "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Number one table." readme = "README.md" keywords = [ "tui", "table", "terminal", "console", ] categories = [ "command-line-interface", "rendering::engine", ] license = "MIT" repository = "https://github.com/qrichert/verynicetable.git" [lib] name = "verynicetable" path = "src/lib.rs" [[example]] name = "ports" path = "examples/ports.rs" [[example]] name = "stocks" path = "examples/stocks.rs" [dependencies] [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(tarpaulin_include)"]