[package] name = "orga" version = "0.1.10" authors = ["Matt Bell "] edition = "2018" description = "State machine engine" license = "MIT" [dependencies] failure = "0.1.8" abci2 = { git = "https://github.com/nomic-io/abci2", rev = "f134b52f4d4a5b1704f0d1813cb901252cc3ed02", version = "0.1.2", optional = true } merk = { git = " https://github.com/nomic-io/merk", rev = "114f5a2415bb2ce5e51501d4eb2a56e5726708a6", version = "1.0.0", optional = true } tendermint-rpc = { version = "0.15.0", features = ["client"], optional = true } tendermint = { version = "0.15.0", optional = true } orga-macros = { path = "macros", version = "0.1.0" } seq-macro = "0.1.4" log = "0.4.8" blocking = "0.4.7" ed = "0.1.3" [package.metadata.docs.rs] features = ["abci", "merk"] [features] abci = ["abci2", "tendermint", "tendermint-rpc"] [[example]] name = "counter" required-features = ["abci"] [[example]] name = "merk_counter" required-features = ["abci", "merk"]