[go: up one dir, main page]

fsio 0.4.1

File System and Path utility functions.
Documentation
[dependencies.rand]
optional = true
version = "^0.9"

[dev-dependencies.doc-comment]
version = "^0.3"

[[example]]
name = "example"
path = "examples/example.rs"

[features]
default = []
temp-path = ["rand"]

[lib]
name = "fsio"
path = "src/lib.rs"

[package]
authors = ["Sagie Gur-Ari <sagiegurari@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["os", "filesystem"]
description = "File System and Path utility functions."
documentation = "https://sagiegurari.github.io/fsio/api/fsio/index.html"
edition = "2021"
homepage = "http://github.com/sagiegurari/fsio"
include = ["/examples/*", "/src/*", "/tests/*", "/Cargo.toml", "/LICENSE", "/README.md", "/Makefile.toml"]
keywords = ["file", "filesystem", "path"]
license = "Apache-2.0"
name = "fsio"
readme = "README.md"
repository = "https://github.com/sagiegurari/fsio.git"
version = "0.4.1"

[target."cfg(windows)".dependencies.dunce]
version = "^1"

[[test]]
name = "directory_test"
path = "tests/directory_test.rs"

[[test]]
name = "file_test"
path = "tests/file_test.rs"

[[test]]
name = "path_test"
path = "tests/path_test.rs"