# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.74.1" name = "fs-more" version = "0.8.0" authors = ["Simon Goričar "] include = [ "/src", "/subcrates", "/tests", "LICENSE", ] description = "Convenient file and directory operations with progress reporting built on top of std::fs." documentation = "https://docs.rs/fs-more" readme = "README.md" keywords = [ "fs", "copy", "move", "progress", ] categories = ["filesystem"] license = "MIT OR Apache-2.0" repository = "https://github.com/simongoricar/fs-more" [dependencies.dunce] version = "1.0.4" optional = true [dependencies.fs-err] version = "2.11.0" optional = true [dependencies.thiserror] version = "1.0.58" [dev-dependencies] [features] default = ["dunce"] dunce = ["dep:dunce"] fs-err = ["dep:fs-err"]