# 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 = "goldenscript" version = "0.7.0" authors = ["Erik Grinaker "] description = "A scriptable, data-driven test framework using golden masters" homepage = "https://github.com/erikgrinaker/goldenscript" readme = "README.md" categories = ["development-tools::testing"] license = "Apache-2.0" repository = "https://github.com/erikgrinaker/goldenscript" [dependencies.goldenfile] version = "1.5" [dependencies.nom] version = "7.0" [dependencies.nom_locate] version = "4.0" [dev-dependencies.test_each_file] version = "0.3.2"