# 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 = "whitespace-sifter" version = "2.3.0" authors = ["JumperBot_"] description = "Sift duplicate whitespaces away!" readme = "README.md" keywords = [ "duplicate", "sifter", "string", "text", "whitespace", ] categories = [ "compression", "development-tools", "text-processing", "value-formatting", "visualization", ] license = "MIT" repository = "https://github.com/JumperBot/whitespace-sifter/" [lib] crate-type = ["lib"] path = "src/lib.rs" test = true doctest = true doc = true [[bench]] name = "bench" harness = false [dev-dependencies.criterion] version = "0.5.1"