cctp 0.1.0

Trezor-backed CLI for bridging USDC with Circle CCTP via cctp-rs.
# 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.91"
name = "cctp"
version = "0.1.0"
authors = ["Joseph Livesey <jlivesey@gmail.com>"]
build = false
include = [
    "Cargo.toml",
    "Cargo.lock",
    "README.md",
    "src/main.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Trezor-backed CLI for bridging USDC with Circle CCTP via cctp-rs."
homepage = "https://github.com/suchapalaver/cctp"
readme = "README.md"
keywords = [
    "cctp",
    "usdc",
    "circle",
    "bridge",
    "trezor",
]
categories = [
    "command-line-utilities",
    "finance",
]
license = "Apache-2.0"
repository = "https://github.com/suchapalaver/cctp"

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

[dependencies.alloy]
version = "2.0.5"
features = ["signer-trezor"]

[dependencies.alloy-chains]
version = "0.2"

[dependencies.async-trait]
version = "0.1"

[dependencies.cctp-rs]
version = "6.2"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.eyre]
version = "0.6"

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

[dependencies.tokio]
version = "1.52"
features = [
    "macros",
    "rt-multi-thread",
]

[dependencies.toml]
version = "0.9"

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

[dependencies.url]
version = "2.5"