forked from assert-rs/assert_fs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
26 lines (24 loc) · 845 Bytes
/
Cargo.toml
File metadata and controls
26 lines (24 loc) · 845 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[package]
name = "assert_fs"
version = "1.0.3"
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"]
edition = "2018"
[badges]
azure-devops = { project = "assert-rs", pipeline = "assert_fs" }
codecov = { repository = "assert-rs/assert_fs" }
maintenance = { status = "passively-maintained" }
[dependencies]
tempfile = "3.0"
globwalk = "0.8"
predicates = { version = "2.0", default-features = false, features = ["diff"] }
predicates-core = "1.0"
predicates-tree = "1.0"
doc-comment = "0.3"