assert_fs 0.9.0

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

[dependencies.predicates]
version = "0.9"

[dependencies.predicates-core]
version = "0.9"

[dependencies.predicates-tree]
version = "0.9"

[dependencies.tempfile]
version = "3.0"
[dev-dependencies.docmatic]
version = "0.1"