# 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 = "expectorate" version = "1.1.0" description = "Library for comparing output to file contents with simple updating" readme = "README.md" keywords = [ "test", "fixture", ] categories = ["development-tools::testing"] license = "Apache-2.0" repository = "https://github.com/oxidecomputer/expectorate" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.console] version = "0.15.7" [dependencies.newline-converter] version = "0.3.0" [dependencies.predicates] version = "3.0.4" optional = true [dependencies.similar] version = "2.2.1" [features] predicates = ["dep:predicates"]