# 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 = "2018" name = "test_common" version = "1.4.0" authors = ["dante-signal31 "] description = "Just an utility library with functionality I usually use in my unit tests and integration tests." homepage = "https://github.com/dante-signal31/test_common" license-file = "LICENSE" [dependencies.rand] version = "0.7.3" [dependencies.ring] version = "0.14.6" [dependencies.tempfile] version = "3.0.8" [dev-dependencies.data-encoding] version = "2.1.2" [dev-dependencies.tempfile] version = "3.0.8"