| # 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" |
| rust-version = "1.70" |
| name = "prettydiff" |
| version = "0.7.0" |
| authors = ["Roman Koblov <[email protected]>"] |
| description = "Side-by-side diff for two files" |
| homepage = "https://github.com/romankoblov/prettydiff" |
| readme = "README.md" |
| keywords = [ |
| "diff", |
| "text", |
| "compare", |
| "changes", |
| ] |
| categories = ["text-processing"] |
| license = "MIT" |
| repository = "https://github.com/romankoblov/prettydiff" |
| |
| [dependencies.owo-colors] |
| version = "3.5.0" |
| |
| [dependencies.pad] |
| version = "0.1.6" |
| |
| [dependencies.prettytable-rs] |
| version = "0.10.0" |
| optional = true |
| |
| [features] |
| cli = ["prettytable-rs"] |
| default = ["cli"] |