tetcore-node 0.1.1

Tetcore Node - Full node implementation for the Sovereign Execution Framework
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 = "2021"
name = "tetcore-node"
version = "0.1.1"
authors = ["Tetcore Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tetcore Node - Full node implementation for the Sovereign Execution Framework"
readme = false
license = "MIT"
repository = "https://github.com/tetcore/tetcore"

[features]
default = ["std"]
std = ["serde/std"]

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

[[bin]]
name = "tetcore"
path = "src/main.rs"
doc = false

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

[dependencies.ed25519-dalek]
version = "2.0"
features = [
    "serde",
    "rand_core",
]

[dependencies.hex]
version = "0.4"

[dependencies.rand]
version = "0.8"

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

[dependencies.tetcore-kernel]
version = "0.1.0"

[dependencies.tetcore-primitives]
version = "0.1.0"

[dependencies.tetcore-runtime]
version = "0.1.0"

[dependencies.tetcore-vm]
version = "0.1.0"

[dependencies.thiserror]
version = "1.0"

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