reifydb-sub-admin 0.1.5

Admin subsystem for web-based administration
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"
name = "reifydb-sub-admin"
version = "0.1.5"
authors = ["Dominique Chuo <dominique@reifydb.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Admin subsystem for web-based administration"
readme = false
license = "AGPL-3.0-or-later"
repository = "https://github.com/reifydb/reifydb"
resolver = "2"

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

[dependencies.mio]
version = "1.0.4"
features = [
    "net",
    "os-poll",
]

[dependencies.reifydb-core]
version = "0.1.5"

[dependencies.reifydb-engine]
version = "0.1.5"

[dependencies.reifydb-network]
version = "0.1.5"

[dependencies.reifydb-sub-api]
version = "0.1.5"

[dependencies.reifydb-type]
version = "0.1.5"

[dependencies.serde]
version = "1.0.219"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.143"

[dependencies.slab]
version = "0.4.11"

[dependencies.socket2]
version = "0.6.0"
features = ["all"]

[build-dependencies]