# 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 = "goldenfile" version = "1.7.3" authors = ["Calder Coalson "] exclude = [ "/.travis.yml", "/scripts", ] description = "Simple goldenfile testing library" documentation = "https://docs.rs/goldenfile" readme = "README.md" keywords = [ "goldenfile", "test", "library", ] license = "MIT" repository = "https://github.com/calder/rust-goldenfile" [dependencies.scopeguard] version = "1" [dependencies.similar-asserts] version = "1" [dependencies.tempfile] version = "3" [dependencies.yansi] version = "1"