# 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" name = "fsio" version = "0.4.0" authors = ["Sagie Gur-Ari "] include = [ "/benches/*", "/docs/*", "/examples/*", "/src/*", "/tests/*", "/Cargo.toml", "/LICENSE", "/README.md", "/Makefile.toml", ] description = "File System and Path utility functions." homepage = "http://github.com/sagiegurari/fsio" documentation = "https://sagiegurari.github.io/fsio/api/fsio/index.html" readme = "README.md" keywords = [ "file", "filesystem", "path", ] categories = [ "os", "filesystem", ] license = "Apache-2.0" repository = "https://github.com/sagiegurari/fsio.git" resolver = "2" [dependencies.rand] version = "^0.8" optional = true [dev-dependencies.doc-comment] version = "^0.3" [features] default = [] temp-path = ["rand"] [target."cfg(windows)".dependencies.dunce] version = "^1" [badges.codecov] branch = "master" repository = "sagiegurari/fsio" service = "github"