# 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 = "squ" version = "0.1.0" exclude = [ ".cargo_vcs_info.json", ".gitignore", ] description = "Simple command-line utility for converting quotation marks in plaintext files to \"smart quotes\"." homepage = "https://github.com/mdunsmuir/squ" readme = "README.md" keywords = [ "smart", "quotes", "convert", "command", "line", ] categories = [ "command-line-utilities", "text-editors", "text-processing", ] license = "MIT" repository = "https://github.com/mdunsmuir/squ" [dependencies.clap] version = "4.0.29" features = ["derive"] [dependencies.crowbook-text-processing] version = "1.0.0"