yo-cli 0.3.5

The yo command line tool.
# 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"
rust-version = "1.94"
name = "yo-cli"
version = "0.3.5"
authors = ["tamnd <tamnd87@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The yo command line tool."
readme = "README.md"
keywords = [
    "database",
    "redis",
    "embedded",
    "key-value",
    "storage",
]
categories = [
    "database-implementations",
    "data-structures",
    "caching",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/tamnd/yo"

[[bin]]
name = "yodb"
path = "src/main.rs"

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

[dependencies.yo-reactor]
version = "0.3.5"

[dependencies.yo-reader]
version = "0.3.5"

[dependencies.yo-resp]
version = "0.3.5"

[dev-dependencies.yo-file]
version = "0.3.5"

[dev-dependencies.yo-format]
version = "0.3.5"

[dev-dependencies.yo-record]
version = "0.3.5"

[target."cfg(unix)".dependencies.libc]
version = "0.2"

[target."cfg(windows)".dependencies.windows-sys]
version = "0.61"
features = ["Win32_Networking_WinSock"]
default-features = false

[lints.clippy]
alloc_instead_of_core = "warn"
undocumented_unsafe_blocks = "deny"

[lints.rust]
missing_docs = "warn"
unsafe_op_in_unsafe_fn = "deny"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(loom)"]