afs 0.0.2

a filesystem library for Rust, inspired by @cross/afs
Documentation
[dependencies.anyhow]
version = "^1.0.93"

[dependencies.fs-err]
version = "3.1.0"

[dependencies.fs_extra]
version = "1.3.0"

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

[dependencies.serde_json]
version = "^1.0.133"

[dependencies.sha2]
version = "0.10"

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

[dependencies.tempfile]
version = "^3.19.1"

[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 = "a filesystem library for Rust, inspired by @cross/afs"
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/dayjs"
resolver = "2"
version = "0.0.2"

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