[package] name = "genev" description = "Generic Event example CLI" version = "0.4.1" edition = "2021" authors = ["Dyne.org foundation "] license = "AGPL-3.0-only" homepage = "https://dark.fi" repository = "https://github.com/darkrenaissance/darkfi" [dependencies] darkfi = {path = "../../../", features = ["event-graph", "rpc", "bs58"]} darkfi-serial = {path = "../../../src/serial"} async-std = {version = "1.12.0", features = ["attributes"]} clap = {version = "4.1.6", features = ["derive"]} log = "0.4.17" simplelog = "0.12.0" serde = {version = "1.0.152", features = ["derive"]} serde_json = "1.0.93" url = "2.3.1"