[package]
edition = "2021"
name = "reddb-io-wire"
version = "1.2.5"
authors = ["RedDB.io <hello@reddb.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "RedDB wire protocol vocabulary: connection-string parser and (later) RedWire frame types. Shared by reddb-server, reddb-client, and the official drivers."
homepage = "https://github.com/reddb-io/reddb"
documentation = "https://docs.rs/reddb-io-wire"
readme = "README.md"
keywords = [
"reddb",
"wire",
"protocol",
"connection-string",
]
categories = [
"database",
"network-programming",
]
license = "AGPL-3.0-only"
repository = "https://github.com/reddb-io/reddb"
[lib]
name = "reddb_wire"
path = "src/lib.rs"
[[test]]
name = "params_fixtures"
path = "tests/params_fixtures.rs"
[[test]]
name = "parser_hardening"
path = "tests/parser_hardening.rs"
[[test]]
name = "parser_snapshots"
path = "tests/parser_snapshots.rs"
[[test]]
name = "parser_table"
path = "tests/parser_table.rs"
[[test]]
name = "sanitizer_adversarial"
path = "tests/sanitizer_adversarial.rs"
[[test]]
name = "snapshot_redaction_lint"
path = "tests/snapshot_redaction_lint.rs"
[dependencies.url]
version = "2"
[dependencies.zstd]
version = "0.13"
default-features = false
[dev-dependencies.insta]
version = "1"
features = ["filters"]
[dev-dependencies.proptest]
version = "1"
[dev-dependencies.prost]
version = "0.14"
[dev-dependencies.reddb-grpc-proto]
version = "1.0"
package = "reddb-io-grpc-proto"
[dev-dependencies.regex]
version = "1"
[dev-dependencies.serde_json]
version = "1"