anyr 0.4.1

CLI for Anytype - list, search, and perform CRUD operations on Anytype objects.
# 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 = "anyr"
version = "0.4.1"
authors = ["Steve Schoettler <stevelr-git@pm.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for Anytype - list, search, and perform CRUD operations on Anytype objects."
homepage = "https://github.com/stevelr/anytype"
readme = "README.md"
keywords = [
    "anytype",
    "cli",
]
categories = ["api-bindings"]
license = "Apache-2.0"
repository = "https://github.com/stevelr/anytype"

[[bin]]
name = "anyr"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.101"

[dependencies.anytype]
version = "0.3.2"
features = ["grpc"]

[dependencies.base64]
version = "0.22"

[dependencies.bip39]
version = "2"

[dependencies.bs58]
version = "0.5"

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

[dependencies.ed25519-dalek]
version = "2"

[dependencies.futures]
version = "0.3"

[dependencies.hmac]
version = "0.12"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.sha2]
version = "0.10"

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

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.22"
features = ["env-filter"]

[dev-dependencies.hex]
version = "0.4"