[package]
name = "assert_fs"
version = "0.2.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.failure]
version = "0.1"
[dependencies.globwalk]
version = "0.1"
[dependencies.predicates]
version = "0.5"
[dependencies.tempfile]
version = "3.0"