lumina-cli 1.0.0

Celestia data availability node implementation in Rust
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.88"
name = "lumina-cli"
version = "1.0.0"
authors = ["Celestia <contact@celestia.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Celestia data availability node implementation in Rust"
homepage = "https://www.celestia.org"
readme = "README.md"
keywords = [
    "blockchain",
    "celestia",
    "lumina",
    "node",
]
categories = [
    "asynchronous",
    "command-line-utilities",
    "cryptography::cryptocurrencies",
    "network-programming",
    "wasm",
]
license = "Apache-2.0"
repository = "https://github.com/celestiaorg/lumina"
resolver = "2"

[features]
browser-node = []

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

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

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.anyhow]
version = "1.0.40"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.axum]
version = "0.8"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.blockstore]
version = "0.8"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.celestia-rpc]
version = "=1.0.0"
features = ["p2p"]
default-features = false

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.celestia-types]
version = "=1.0.0"
default-features = false

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.clap]
version = "4.5"
features = ["derive"]

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.directories]
version = "6"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.dotenvy]
version = "0.15"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.libp2p]
version = "0.56"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.lumina-node]
version = "=1.0.0"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.mime_guess]
version = "2"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.parse_duration]
version = "2"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.redb]
version = "2.6"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.rust-embed]
version = "8"
features = ["interpolate-folder-path"]

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.serde]
version = "1.0.194"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.tokio]
version = "1.49.0"
features = [
    "macros",
    "rt-multi-thread",
]

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.tracing]
version = "0.1.41"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.tracing-appender]
version = "0.2"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.tracing-subscriber]
version = "0.3.15"
features = ["env-filter"]