grin_util 0.5.2

Simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format.
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "grin_util"
version = "0.5.2"
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
description = "Simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format."
keywords = ["crypto", "grin", "mimblewimble"]
license = "Apache-2.0"
repository = "https://github.com/mimblewimble/grin"
[dependencies.backtrace]
version = "0.3"

[dependencies.base64]
version = "0.9"

[dependencies.byteorder]
version = "1"

[dependencies.grin_secp256k1zkp]
version = "0.7.4"
features = ["bullet-proof-sizing"]

[dependencies.lazy_static]
version = "1"

[dependencies.log]
version = "0.4"

[dependencies.log4rs]
version = "0.8.1"
features = ["rolling_file_appender", "compound_policy", "size_trigger", "fixed_window_roller"]

[dependencies.parking_lot]
version = "0.6"

[dependencies.rand]
version = "0.5"

[dependencies.serde]
version = "1"

[dependencies.serde_derive]
version = "1"

[dependencies.walkdir]
version = "2"

[dependencies.zeroize]
version = "0.5.2"

[dependencies.zip]
version = "0.4"
default-features = false