# 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 = "rct" version = "0.2.1" authors = ["disco07 "] include = [ "src/**/*.rs", "README.md", "License", ] description = "CLI Table Output for Rust Project" documentation = "https://docs.rs/rct" readme = "README.md" keywords = [ "CLI", "cli", "Table", "rct", ] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/disco07/rct" resolver = "1" [package.metadata.docs.rs] features = ["derive"] targets = ["x86_64-unknown-linux-gnu"] [package.metadata.playground] features = ["derive"] [lib] name = "rct" path = "src/lib.rs" [dependencies.rct_derive] version = "=0.1.0" optional = true [dependencies.regex] version = "1.7.1" [dependencies.strip-ansi-escapes] version = "0.1.1" [dependencies.unicode-width] version = "0.1" [dev-dependencies.rct_derive] version = "0.1.0" [features] default = ["derive"] derive = ["rct_derive"]