[package] name = "testfile" version = "0.1.5" edition = "2021" authors = ["Radim Kolar "] license = "MIT" categories = ["development-tools::testing", "filesystem"] keywords = ["test", "unit", "temporary", "temp", "file"] description = "Temporary test file management for unit tests" homepage = "https://gitlab.com/hsn10/testfile" repository = "https://gitlab.com/hsn10/testfile.git" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [badges] maintenance = { status = "actively-developed" } [dependencies] rand = "^0.8" [dev-dependencies] rstest = "^0.18.2"