# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] name = "sawtooth-intkey" version = "0.5.2" authors = ["Bitwise IO, Inc."] description = "Sawtooth Intkey is a Sawtooth transaction handler for executing intkey transactions as part of Hyperledger Sawtooth\n \n" license = "Apache-2.0" [lib] name = "sawtooth_intkey" path = "src/lib.rs" [[bin]] name = "intkey-tp-rust" path = "src/main.rs" [dependencies.cbor-codec] version = "0.7" [dependencies.clap] version = "2" [dependencies.hex] version = "0.4" [dependencies.log] version = "0.4" [dependencies.log4rs] version = "0.8" [dependencies.sawtooth-sdk] version = "0.5" [dependencies.sha2] version = "0.10" [features] default = [] experimental = ["stable"] stable = []