rfs_tester 0.1.3

This package allows you to prepare a temporary directory for testing, conduct testing related to file operations and after tests are completed, delete this test directory.
Documentation
[package]
name = "rfs_tester"
version = "0.1.3"
authors = ["Sergey Reshetnikov <shaman@simmirra.com>"]
edition = "2018"
repository = "https://github.com/greyshaman/rfs_tester"
homepage = "https://github.com/greyshaman/rfs_tester"
keywords = ["test", "file", "directory"]
categories = ["filesystem"]
readme = "README.md"
license = "MIT"
license-file = "LICENSE"
description = """
This package allows you to prepare a temporary directory for testing, 
conduct testing related to file operations and after tests are completed, 
delete this test directory.
"""

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rand = "0.8.3"
serde = { version = "1.0.123", features = ["derive"] }
serde_json = "1.0.63"
serde_yaml = "0.8.17"