# 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 = "wdev"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "wdev"
homepage = "https://github.com/webc-site/wedb_base/tree/main/wdev"
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 = "wdev"
path = "src/lib.rs"

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

[dependencies.compio]
version = "0.19.2"
features = [
    "fs",
    "runtime",
]

[dependencies.itoa]
version = "1.0.18"

[dependencies.libc]
version = "0.2.189"

[dependencies.log]
version = "0.4.34"

[dependencies.thiserror]
version = "2.0.20"

[dependencies.whasher]
version = "0.1.3"

[dependencies.wram]
version = "0.1.2"

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

[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"