rfs_br 1.0.2

Rust File System
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 = "rfs_br"
version = "1.0.2"
authors = ["gabrieluizsf"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust File System"
homepage = "https://github.com/gabrielluizsf/rfs"
documentation = "https://github.com/gabrielluizsf/rfs/blob/main/README.md"
readme = "README.md"
license = "MIT"
repository = "https://github.com/gabrielluizsf/rfs"

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

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

[dependencies]