redix 1.2.1

Rust wrapper for the ANSI C Radix Tree "rax" https://github.com/antirez/rax implementation used in Redis
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 = "2021"
rust-version = "1.83"
name = "redix"
version = "1.2.1"
authors = ["Ali Polatel <alip@chesswob.org>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Rust wrapper for the ANSI C Radix Tree "rax" https://github.com/antirez/rax implementation used in Redis
"""
homepage = "https://man.exherbo.org"
documentation = "https://docs.rs/redix"
readme = "README.md"
license = "MIT"
repository = "https://gitlab.exherbo.org/sydbox/sydbox.git"

[lib]
name = "rax"
crate-type = [
    "dylib",
    "rlib",
]
path = "src/lib.rs"

[[bench]]
name = "rax"
path = "benches/bench.rs"

[dependencies.libc]
version = "0.2"
default-features = false

[dependencies.nix]
version = "0.31.2"
default-features = false

[build-dependencies.cc]
version = "1.2"