file-ext 12.1.0

Collection of utility functions to work with files
Documentation
# 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 = "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]