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

     1  [package]
     2  name = "sawtooth_validator"
     3  version = "1.1.0"
     4  authors = ["Intel Corporation"]
     5  
     6  [dependencies]
     7  clap = "2"
     8  cpython = "0.2"
     9  hex = "0.3"
    10  lazy_static = "1.0"
    11  log = { version = "0.4", features = ["std"] }
    12  libc = ">=0.2.35"
    13  lmdb-zero = ">=0.4.1"
    14  cbor-codec = "0.7"
    15  protobuf = "2.0"
    16  python3-sys = "0.2"
    17  rust-crypto = "0.2"
    18  
    19  [dev-dependencies]
    20  rand = "0.4"
    21  
    22  [build-dependencies]
    23  protoc-rust = "2.0"
    24  glob = "0.2"
    25  
    26  [lib]
    27  crate-type = ["dylib"]
    28  
    29  [[bin]]
    30  name = "sawtooth-validator"
    31  path = "src/main.rs"