# 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 = "lumina-cli" version = "0.5.0" authors = ["Eiger "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Celestia data availability node implementation in Rust" homepage = "https://www.eiger.co" 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/eigerco/lumina" [lib] name = "lumina_cli" path = "src/lib.rs" [[bin]] name = "lumina" path = "src/main.rs" [features] browser-node = [] [target.'cfg(not(target_arch = "wasm32"))'.dependencies.anyhow] version = "1.0.86" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.axum] version = "0.7.5" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.celestia-rpc] version = "0.7.0" features = ["p2p"] default-features = false [target.'cfg(not(target_arch = "wasm32"))'.dependencies.celestia-types] version = "0.7.0" default-features = false [target.'cfg(not(target_arch = "wasm32"))'.dependencies.clap] version = "4.5.7" features = ["derive"] [target.'cfg(not(target_arch = "wasm32"))'.dependencies.directories] version = "5.0.1" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.dotenvy] version = "0.15.7" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.libp2p] version = "0.54.0" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.lumina-node] version = "0.6.0" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.mime_guess] version = "2.0.4" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.parse_duration] version = "2.1.1" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.redb] version = "2.1.1" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.rust-embed] version = "8.4.0" features = ["interpolate-folder-path"] [target.'cfg(not(target_arch = "wasm32"))'.dependencies.serde] version = "1.0.203" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.tokio] version = "1.38.0" features = [ "macros", "rt-multi-thread", ] [target.'cfg(not(target_arch = "wasm32"))'.dependencies.tracing] version = "0.1.40" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.tracing-appender] version = "0.2.3" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"]