grin_wallet_api 1.1.0

Grin Wallet API
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_wallet_api"
version = "1.1.0"
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
exclude = ["**/*.grin", "**/*.grin2"]
description = "Grin Wallet API"
keywords = ["crypto", "grin", "mimblewimble"]
license = "Apache-2.0"
repository = "https://github.com/mimblewimble/grin-wallet"
[dependencies.chrono]
version = "0.4.4"
features = ["serde"]

[dependencies.easy-jsonrpc]
version = "0.5.1"

[dependencies.failure]
version = "0.1"

[dependencies.failure_derive]
version = "0.1"

[dependencies.grin_wallet_config]
version = "1.1.0"

[dependencies.grin_wallet_impls]
version = "1.1.0"

[dependencies.grin_wallet_libwallet]
version = "1.1.0"

[dependencies.grin_wallet_util]
version = "1.1.0"

[dependencies.log]
version = "0.4"

[dependencies.serde_json]
version = "1"

[dependencies.uuid]
version = "0.7"
features = ["serde", "v4"]
[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.tempfile]
version = "3.0.7"