sawtooth-intkey 0.5.2

Sawtooth Intkey is a Sawtooth transaction handler for executing intkey transactions as part of Hyperledger Sawtooth
Documentation
#
# Copyright 2017 Bitwise IO, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# -----------------------------------------------------------------------------


[package]
name = "sawtooth-intkey"
version = "0.5.2"
authors = ["Bitwise IO, Inc."]
license = "Apache-2.0"
description = """\
    Sawtooth Intkey is a Sawtooth transaction handler for executing intkey \
    transactions as part of Hyperledger Sawtooth\n 
"""

[[bin]]
name = "intkey-tp-rust"
path = "src/main.rs"

[lib]
name = "sawtooth_intkey"
path = "src/lib.rs"

[dependencies]
sawtooth-sdk = "0.5"
sha2 = "0.10"
hex = "0.4"
clap = "2"
log = "0.4"
log4rs = "0.8"
cbor-codec = "0.7"

[features]
default = []

stable = []

experimental = [
    # The experimental feature extends stable:
    "stable",
    # The following features are experimental:
]