github.com/muhammedhassanm/blockchain@v0.0.0-20200120143007-697261defd4d/sawtooth-supply-chain-master/processor/Cargo.toml (about) 1 # Copyright 2018 Cargill Incorporated 2 # 3 # Licensed under the Apache License, Version 2.0 (the "License"); 4 # you may not use this file except in compliance with the License. 5 # You may obtain a copy of the License at 6 # 7 # http://www.apache.org/licenses/LICENSE-2.0 8 # 9 # Unless required by applicable law or agreed to in writing, software 10 # distributed under the License is distributed on an "AS IS" BASIS, 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 # See the License for the specific language governing permissions and 13 # limitations under the License. 14 15 [package] 16 name = "supply-chain-tp" 17 version = "0.10.1" 18 authors = ["Cargill Incorporated"] 19 description = "Sawtooth Supply Chain Transaction Processor" 20 homepage = "https://github.com/hyperledger/sawtooth-supply-chain" 21 22 [dependencies] 23 sawtooth_sdk = { git = "https://github.com/hyperledger/sawtooth-core.git" } 24 rust-crypto = "0.2.36" 25 rustc-serialize = "0.3.22" 26 zmq = { git = "https://github.com/erickt/rust-zmq", branch = "release/v0.8" } 27 clap = "2" 28 protobuf = "2" 29 log = "0.3.0" 30 log4rs = "0.7.0" 31 32 [build-dependencies] 33 protoc-rust = "2" 34 glob = "0.2"