random-dir 0.3.0

Create directories and files with random contents in 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 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 = "random-dir"
version = "0.3.0"
build = false
include = [
    "**/*.rs",
    "Cargo.toml",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Create directories and files with random contents in tests."
homepage = "https://github.com/igankevich/random-dir"
documentation = "https://docs.rs/random-dir"
readme = "README.md"
keywords = [
    "random",
    "directory",
    "test",
]
categories = [
    "development-tools",
    "filesystem",
]
license = "MIT"
repository = "https://github.com/igankevich/random-dir"

[lib]
name = "random_dir"
path = "src/lib.rs"

[dependencies.arbitrary]
version = "1.4.1"
features = [
    "derive",
    "derive_arbitrary",
]

[dependencies.arbtest]
version = "0.3.1"

[dependencies.libc]
version = "0.2.162"

[dependencies.normalize-path]
version = "0.2.1"

[dependencies.tempfile]
version = "3.14.0"

[dependencies.walkdir]
version = "2.5.0"

[lints.rust]
missing_docs = "warn"