# 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 = "filesystem" version = "0.4.4" authors = ["Isobel Redelmeier "] description = "Real, fake, and mock implementations of file system operations" readme = "README.md" keywords = ["filesystem", "testing", "mock", "fake"] categories = ["development-tools::testing", "filesystem"] license = "MIT" repository = "https://github.com/iredelmeier/filesystem-rs" [lib] test = false doctest = false bench = false [[test]] name = "fs" required-features = ["fake", "temp"] [dependencies.pseudo] version = "^0.1.0" optional = true [dependencies.rand] version = "^0.4" optional = true [dependencies.tempdir] version = "^0.3" optional = true [dev-dependencies.pseudo] version = "^0.1.0" [dev-dependencies.tempdir] version = "^0.3" [features] default = ["fake", "temp"] fake = [] mock = ["pseudo"] temp = ["rand", "tempdir"] testing = ["mock", "fake"] [badges.travis-ci] repository = "iredelmeier/filesystem-rs"