# 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 = "edits" version = "1.0.0" include = [ "**/*.rs", "Cargo.toml", ] description = "This library displays the difference between 2 strings using the Levenshtein distance" homepage = "https://github.com/etorreborre/rust-edits" readme = "README.md" keywords = [ "levenshtein", "edit-distance", ] categories = ["value-formatting"] license = "Apache-2.0" repository = "https://github.com/etorreborre/rust-edits" resolver = "2" [dependencies] [badges.github] repository = "etorreborre/rust-edits" workflow = "CI"