# 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 = "tbll" version = "0.2.3" build = false exclude = [ ".github", "examples", "docker-compose.yml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "tbll outputs data in tabular format" homepage = "https://github.com/dhth/tbll" readme = "README.md" keywords = [ "cli", "table", ] categories = [ "command-line-utilities", "text-processing", ] license-file = "LICENSE" repository = "https://github.com/dhth/tbll" [profile.dist] lto = "thin" inherits = "release" [[bin]] name = "tbll" path = "src/main.rs" doc = false [dependencies.clap] version = "4.5.18" features = ["derive"] [dependencies.tabled] version = "0.16.0"