# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "orga" version = "0.1.10" authors = ["Matt Bell "] description = "State machine engine" license = "MIT" [package.metadata.docs.rs] features = ["abci", "merk"] [[example]] name = "counter" required-features = ["abci"] [[example]] name = "merk_counter" required-features = ["abci", "merk"] [dependencies.abci2] version = "0.1.2" optional = true [dependencies.blocking] version = "0.4.7" [dependencies.ed] version = "0.1.3" [dependencies.failure] version = "0.1.8" [dependencies.log] version = "0.4.8" [dependencies.merk] version = "1.0.0" optional = true [dependencies.orga-macros] version = "0.1.0" [dependencies.seq-macro] version = "0.1.4" [dependencies.tendermint] version = "0.15.0" optional = true [dependencies.tendermint-rpc] version = "0.15.0" features = ["client"] optional = true [features] abci = ["abci2", "tendermint", "tendermint-rpc"]