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