grin_util 5.4.0

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 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]
edition = "2018"
name = "grin_util"
version = "5.4.0"
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple, private and scalable cryptocurrency implementation based on the Mimblewimble chain format."
readme = false
keywords = [
    "crypto",
    "grin",
    "mimblewimble",
]
license = "Apache-2.0"
repository = "https://github.com/mimblewimble/grin"

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

[[test]]
name = "file"
path = "tests/file.rs"

[[test]]
name = "zip"
path = "tests/zip.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.backtrace]
version = "0.3"

[dependencies.base64]
version = "0.12"

[dependencies.byteorder]
version = "1"

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

[dependencies.lazy_static]
version = "1"

[dependencies.log]
version = "0.4"

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

[dependencies.parking_lot]
version = "0.10"

[dependencies.rand]
version = "0.6"

[dependencies.serde]
version = "1"

[dependencies.serde_derive]
version = "1"

[dependencies.walkdir]
version = "2"

[dependencies.zeroize]
version = "1.1"
features = ["zeroize_derive"]

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