nectar/lib/Cargo.toml

32 lines
801 B
TOML
Raw Normal View History

[package]
name = "lib"
authors = ["KinodeDAO"]
version = "0.8.2"
edition = "2021"
description = "A general-purpose sovereign cloud computing platform"
homepage = "https://kinode.org"
repository = "https://github.com/kinode-dao/kinode"
license = "Apache-2.0"
[lib]
[build-dependencies]
2024-06-12 07:43:30 +03:00
kit = { git = "https://github.com/kinode-dao/kit", tag = "v0.6.2" }
2024-04-04 04:43:15 +03:00
tokio = "1.28"
[dependencies]
alloy = { version = "0.1.3", features = [
2024-06-12 06:38:51 +03:00
"json-rpc",
"rpc-types",
"rpc-types-eth",
2024-06-12 06:38:51 +03:00
] }
lazy_static = "1.4.0"
rand = "0.8.4"
2024-04-22 16:50:46 +03:00
ring = "0.17.8"
rusqlite = { version = "0.31.0", features = ["bundled"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
thiserror = "1.0"
2024-03-09 00:52:41 +03:00
tokio = { version = "1.28", features = ["sync"] }
2024-04-04 02:53:07 +03:00
wasmtime = { version = "19.0.1", features = ["component-model"] }