[package] name = "sawtk" version = "0.2.0" authors = ["kigi "] edition = "2018" build = "build.rs" license = "MIT" description = """\ A simple toolkit for sawtooth. """ # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html exclude = ["tools"] [dependencies] sha2 = "0.8.0" ripemd160="0.8.0" uuid = { version = "0.8.1", features = ["serde", "v4", "v1"] } #sawtooth-sdk = { path = "../sawtooth/sawtooth-sdk-rust", version = "0.4.1" } sawtooth-sdk = "0.4.0" bs58 = { version = "0.3.0", features = ["check"] } protobuf="2" [build-dependencies] protoc-rust = "2.0" glob = "0.2"