ytsaurus-api 0.3.1

The transport-independent YTsaurus client interface, implemented over HTTP and over the RPC proxy
Documentation
[package]
name = "ytsaurus-api"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
authors.workspace = true
description = "The transport-independent YTsaurus client interface, implemented over HTTP and over the RPC proxy"
keywords = ["ytsaurus", "client", "api"]
categories = ["api-bindings", "database"]
readme = "README.md"

# Published from 0.3.0, by the human decision Hard rule 1 asks for, and
# **pre-release**: this is the interface both transports implement, it has not
# settled, and it is the one thing here that is expensive to change afterwards.
# The version is 0.x and the API may change in a patch release. What the publish
# buys is `ytsaurus-rpc` and `ytsaurus-client`'s `create_client` /
# `create_rpc_client`, which return this crate's `TableClient` and could not
# otherwise reach crates.io at all.

[dependencies]
thiserror.workspace = true
serde.workspace = true

[dev-dependencies]
serde_json = "1.0"