[dependencies.bincode]
version = "1.3"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[lib]
name = "aether_protocol"
path = "src/lib.rs"
[package]
authors = ["James Gober <code@jamesgober.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["database", "network-programming"]
description = "The official network protocol crate for AetherDB. Defines all request/response data structures for communicating with the high-performance CORD engine."
documentation = "https://docs.rs/aether-protocol"
edition = "2021"
keywords = ["aetherdb", "database", "protocol", "api", "cord"]
license = "Apache-2.0"
name = "aether-protocol"
publish = true
readme = "README.md"
repository = "https://github.com/AetherDB/aether-protocol"
version = "0.9.3"