# 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 = "prose" version = "0.4.7" authors = ["Joshua Davey "] description = "Reformat text pleasantly" readme = "README.md" categories = ["command-line-utilities"] license = "MIT/Apache-2.0" repository = "https://github.com/jgdavey/prose" [[bench]] name = "benchmark" harness = false [dependencies.ansi_term] version = "0.12" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.itertools] version = "0.12" [dependencies.pathfinding] version = "4.9" [dependencies.pulldown-cmark] version = "0.10" [dependencies.unicode-width] version = "0.1" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.difference] version = "2.0.0"