anytype-rpc 0.3.1

Anytype gRPC client
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"
name = "anytype-rpc"
version = "0.3.1"
authors = ["Steve Schoettler <stevelr-git@pm.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Anytype gRPC client"
homepage = "https://github.com/stevelr/anytype"
readme = "README.md"
keywords = [
    "anytype",
    "client",
    "grpc",
]
categories = ["api-bindings"]
license = "Apache-2.0"
repository = "https://github.com/stevelr/anytype"

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

[[bin]]
name = "anytype-rpc"
path = "src/bin/anytype-rpc.rs"

[dependencies.chrono]
version = "0.4.43"
features = ["serde"]

[dependencies.clap]
version = "4.5.59"
features = [
    "derive",
    "env",
]

[dependencies.prost]
version = "0.14.3"

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

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"

[dependencies.serde_yaml_ng]
version = "0.10.0"

[dependencies.snafu]
version = "0.8.9"

[dependencies.tokio]
version = "1.49.0"
features = ["full"]

[dependencies.tonic]
version = "0.14.4"

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