afs 0.2.0

The first choice of fs library, inspired by node:fs
Documentation
[dependencies.fs-err]
version = "^3.1"

[dependencies.fs_extra]
version = "^1.3"

[dependencies.serde]
features = ["derive"]
version = "^1"

[dependencies.serde_json]
version = "^1"

[dependencies.sha2]
version = "^0.10"

[dependencies.sys-info]
version = "^0.9"

[dependencies.tempfile]
version = "^3"

[dependencies.thiserror]
version = "^2"

[dependencies.tokio]
features = ["io-util", "fs"]
version = "^1"

[dev-dependencies.tokio]
features = ["full"]
version = "^1"

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

[package]
authors = ["michaelbguo@tencent.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "filesystem"]
description = "The first choice of fs library, inspired by node:fs"
documentation = "https://docs.rs/afs"
edition = "2024"
keywords = ["fs", "path", "afs", "async-fs"]
license = "MIT"
name = "afs"
readme = "README.md"
repository = "https://github.com/guobin211/afs"
version = "0.2.0"

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

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

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

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

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