any-edit 0.1.5

Edit Anytype documents in an external editor
# 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 = "any-edit"
version = "0.1.5"
authors = ["Steve Schoettler <stevelr-git@pm.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Edit Anytype documents in an external editor"
homepage = "https://github.com/stevelr/anytype"
readme = "README.md"
keywords = [
    "anytype",
    "raycast",
]
categories = ["command-line-utilities"]
license = "Apache-2.0"
repository = "https://github.com/stevelr/anytype"

[[bin]]
name = "any-edit"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.101"

[dependencies.anytype]
version = "0.3.2"

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

[dependencies.regex]
version = "1.12"

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

[dependencies.serde_yaml_ng]
version = "0.10.0"

[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"]

[target.'cfg(target_os = "macos")'.dependencies.arboard]
version = "3.6"

[target.'cfg(target_os = "macos")'.dependencies.enigo]
version = "0.6.1"