astrid-telegram 0.1.1

Telegram bot frontend for the Astrid agent runtime
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.93"
name = "astrid-telegram"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Telegram bot frontend for the Astrid agent runtime"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/unicity-astrid/astrid"
resolver = "2"

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

[[bin]]
name = "astrid-telegram"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.astrid-config]
version = "0.1.1"

[dependencies.astrid-core]
version = "0.1.1"

[dependencies.astrid-gateway]
version = "0.1.1"

[dependencies.jsonrpsee]
version = "0.24"
features = [
    "server",
    "client",
    "macros",
]

[dependencies.regex]
version = "1.10"

[dependencies.serde_json]
version = "1.0"

[dependencies.teloxide]
version = "0.13"
features = [
    "macros",
    "rustls",
    "ctrlc_handler",
]
default-features = false

[dependencies.thiserror]
version = "2.0"

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

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "json",
]

[dependencies.uuid]
version = "1.0"
features = [
    "v4",
    "v5",
    "serde",
]

[lints.clippy]
arithmetic_side_effects = "deny"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "deny"