github.com/muhammedhassanm/blockchain@v0.0.0-20200120143007-697261defd4d/sawtooth-core-master/perf/intkey_workload/Cargo.toml (about)

     1  [package]
     2  name = "intkey_workload"
     3  version = "0.1.0"
     4  
     5  [[bin]]
     6  name = "intkey-workload"
     7  path = "./src/main.rs"
     8  
     9  [dependencies]
    10  cbor-codec = "0.7.1"
    11  clap = "2.30"
    12  log = "0.4"
    13  protobuf = "2.0"
    14  rand = "0.4"
    15  rust-crypto = "^0.2"
    16  sawtooth_perf = { path = "../sawtooth_perf" }
    17  sawtooth_sdk = { path = "../../sdk/rust" }
    18  simplelog = "0.5"