kora-cli 2.0.4

CLI for Kora gasless relayer
# 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 = "2021"
name = "kora-cli"
version = "2.0.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for Kora gasless relayer"
readme = "README.md"
license = "MIT"

[features]
docs = [
    "kora-lib/docs",
    "dep:utoipa",
]

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

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

[dependencies.dotenv]
version = "0.15"

[dependencies.env_logger]
version = "0.11.5"

[dependencies.kora-lib]
version = "2.0.4"

[dependencies.log]
version = "0.4.22"

[dependencies.serde_json]
version = "1.0"

[dependencies.solana-client]
version = "3.0.8"

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

[dependencies.tracing]
version = "0.1"

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

[dependencies.utoipa]
version = "4.2.0"
features = [
    "yaml",
    "chrono",
]
optional = true