librdb 0.2.0

Rust wrapper for librdb (Redis RDB parser)
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"
rust-version = "1.94"
name = "librdb"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust wrapper for librdb (Redis RDB parser)"
readme = "README.md"
keywords = ["redis"]
categories = ["api-bindings"]
license = "MIT"
repository = "https://github.com/funcpp/rust-librdb"
resolver = "2"

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

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

[dependencies.librdb-sys]
version = "0.2.0"

[dependencies.thiserror]
version = "2"

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "deny"
unused_results = "warn"