test_common 1.0.1

Just an utility library with functionality I usually use in my unit tests and integration tests.
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "test_common"
version = "1.0.1"
authors = ["dante-signal31 <dante.signal31@gmail.com>"]
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.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"