meebis 0.7.0

A fast, disposable, in-memory Redis-compatible server for ephemeral dev work
# 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.79"
name = "meebis"
version = "0.7.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast, disposable, in-memory Redis-compatible server for ephemeral dev work"
homepage = "https://github.com/mileszim/meebis"
readme = "README.md"
keywords = [
    "redis",
    "in-memory",
    "cache",
    "development",
    "ephemeral",
]
categories = [
    "caching",
    "database-implementations",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/mileszim/meebis"

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

[dependencies.bytes]
version = "1"

[dependencies.mlua]
version = "0.10"
features = [
    "lua51",
    "vendored",
]

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "net",
    "io-util",
    "macros",
    "sync",
    "time",
    "signal",
]

[profile.dist]
lto = "thin"
inherits = "release"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
strip = true