[package]
edition = "2021"
name = "file-ext"
version = "12.1.0"
authors = ["Bohdan Tsap <bohdan.tsap@tutanota.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Collection of utility functions to work with files"
readme = "README.md"
keywords = [
"file",
"read",
"create",
"update",
"delete",
]
categories = [
"filesystem",
"os",
"embedded",
]
license = "MIT OR Apache-2.0 OR ISC OR LGPL-3.0-or-later OR CC-BY-4.0"
repository = "https://github.com/bohdaq/file-ext"
[lib]
name = "file_ext"
path = "src/lib.rs"
[dependencies]