anytype-rpc 0.5.0

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.5.0"
authors = ["Steve Schoettler <stevelr-git@pm.me>"]
build = false
publish = true
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",
    "api",
]
categories = ["api-bindings"]
license = "Apache-2.0"
repository = "https://github.com/stevelr/anytype"

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

[[example]]
name = "admin"
path = "examples/admin.rs"

[[example]]
name = "bootstrap"
path = "examples/bootstrap.rs"

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

[dependencies.http-body]
version = "1.1.0"

[dependencies.prost]
version = "0.14.4"

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

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

[dependencies.serde_json]
version = "1.0.151"

[dependencies.snafu]
version = "0.9.2"

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

[dependencies.tonic]
version = "0.14.6"

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

[dev-dependencies.clap]
version = "4.6.6"
features = [
    "derive",
    "env",
]

[dev-dependencies.serde_yaml_ng]
version = "0.10.0"

[dev-dependencies.tokio]
version = "1.53.1"
features = [
    "full",
    "test-util",
]