assert_fs 0.10.0

Filesystem fixtures and assertions for testing.
Documentation
[package]
name = "assert_fs"
version = "0.10.0"
authors = ["Ed Page <eopage@gmail.com>"]
description = "Filesystem fixtures and assertions for testing."
license = "MIT OR Apache-2.0"
repository = "https://github.com/assert-rs/assert_fs.git"
homepage = "https://github.com/assert-rs/assert_fs"
documentation = "http://docs.rs/assert_fs/"
readme = "README.md"
categories = ["development-tools::testing"]
keywords = ["filesystem", "test", "assert", "fixture"]

[dependencies]
tempfile = "3.0"
globwalk = "0.5"
predicates = "1.0.0"
predicates-core = "1.0"
predicates-tree = "1.0"

[dev-dependencies]
docmatic = "0.1"