itools-walker 0.0.1

Asynchronous directory walker for iTools
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 = "itools-walker"
version = "0.0.1"
authors = ["Aster <192607617@qq.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Asynchronous directory walker for iTools"
homepage = "https://github.com/oovm/iTools"
readme = "readme.md"
license = "Apache-2.0"
repository = "https://github.com/oovm/iTools/tree/dev/compilers/itools-walker"
resolver = "2"

[features]
default = []
glob = ["oak-glob"]

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

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

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

[dependencies.futures]
version = "0.3"

[dependencies.oak-glob]
version = "0.0.9"
optional = true

[dependencies.tokio]
version = "1.50"
features = [
    "fs",
    "io-util",
    "sync",
    "rt",
    "rt-multi-thread",
]

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