# 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 = "ansi-diff" version = "1.1.0" description = "diff successive buffers with embedded ansi codes, outputting a minimal change" homepage = "https://github.com/substack/ansi-diff.rs" documentation = "https://docs.rs/ansi-diff" readme = "readme.md" license = "BSD-2-Clause" repository = "https://github.com/substack/ansi-diff.rs" resolver = "2" [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.5.4" [dev-dependencies.signal-hook] version = "0.3.13" features = [ "iterator", "extended-siginfo", ] [dev-dependencies.term_size] version = "0.3.2"