dart_io 0.1.1

dart_io is a dart inspired high level abstraction to interact with io operations.
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 = "2024"
name = "dart_io"
version = "0.1.1"
authors = ["Radamés Jomuel Valentín Reyes"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "dart_io is a dart inspired high level abstraction to interact with io operations."
readme = "README.md"
keywords = [
    "file",
    "io",
    "simple",
    "abstraction",
    "interface",
]
categories = ["filesystem"]
license = "AGPL-3.0"
repository = "https://github.com/LiveUser/dart_io"

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

[dependencies]