# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "whitespace-rs" version = "2.1.2" authors = ["John Lyon-Smith "] description = "Tools for fixing whitespace problems in text and source code files" readme = "README.md" keywords = ["whitespace"] categories = ["command-line-utilities", "development-tools"] license = "Unlicense" repository = "https://github.com/jlyonsmith/whitespace-rs" [lib] name = "whitespace_rs" path = "src/lib.rs" [[bin]] name = "ender" path = "src/bin/ender.rs" required-features = ["cli"] [[bin]] name = "spacer" path = "src/bin/spacer.rs" required-features = ["cli"] [dependencies.clap] version = "^2.33.3" optional = true [dependencies.utf8-decode] version = "^1.0" [dev-dependencies.tempfile] version = "^3.2" [features] cli = ["clap"] default = ["cli"]