percas-client 0.0.2

A client for talking to the Percas server
Documentation
[dependencies.error-stack]
default-features = false
features = ["std", "serde"]
version = "0.5"

[dependencies.reqwest]
version = "0.12.15"

[dependencies.thiserror]
version = "2.0"

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

[lints.clippy]
dbg_macro = "deny"
field_reassign_with_default = "allow"
manual_range_contains = "allow"
new_without_default = "allow"

[lints.rust]
unknown_lints = "deny"
unsafe_code = "deny"
unused_must_use = "deny"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A client for talking to the Percas server"
edition = "2024"
license = "Apache-2.0"
name = "percas-client"
publish = true
readme = "README.md"
repository = "https://github.com/scopedb/percas/"
resolver = "2"
version = "0.0.2"