# 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 = "waof"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "waof"
homepage = "https://github.com/webc-site/wedb_base/tree/main/waof"
readme = "README.md"
keywords = []
categories = []
license = "MulanPSL-2.0"
repository = "https://github.com/webc-site/wedb_base.git"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = []

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

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

[[test]]
name = "wal"
path = "tests/wal/main.rs"

[dependencies.async-lock]
version = "3.4.2"

[dependencies.crc32fast]
version = "1.5.1"

[dependencies.event-listener]
version = "5.4.2"

[dependencies.thiserror]
version = "2.0.20"

[dependencies.wdev]
version = "0.1.0"

[dependencies.wram]
version = "0.1.2"

[dev-dependencies.aok]
version = "0.1.18"

[dev-dependencies.compio]
version = "0.19.2"
features = ["fs"]

[dev-dependencies.ctor]
version = "1.0.13"

[dev-dependencies.log]
version = "0.4.34"

[dev-dependencies.log_init]
version = "0.1.39"

[dev-dependencies.tempfile]
version = "3.27.0"

[lints.clippy]
arc_with_non_send_sync = "allow"