anvil-api 0.5.3

Rust gRPC API types for Anvil object storage
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"
rust-version = "1.96.0"
name = "anvil-api"
version = "0.5.3"
authors = ["Anvil maintainers <maintainers@anvil.storage>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust gRPC API types for Anvil object storage"
homepage = "https://anvil.storage"
documentation = "https://docs.rs/anvil-api"
readme = "README.md"
keywords = [
    "object-store",
    "storage",
    "compare-and-swap",
    "distributed-systems",
]
categories = ["database-implementations"]
license = "Apache-2.0"

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

[dependencies.prost]
version = "0.14"

[dependencies.prost-types]
version = "0.14"

[dependencies.tonic]
version = "0.14"
features = ["transport"]

[dependencies.tonic-prost]
version = "0.14"

[build-dependencies.tonic-prost-build]
version = "0.14"