qu-miner-api 0.0.2

API definitions for communication between Quantus node and external miners
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 = "2021"
name = "qu-miner-api"
version = "0.0.2"
authors = ["Quantus Network Developers <hello@quantus.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "API definitions for communication between Quantus node and external miners"
homepage = "https://quantus.com/"
readme = "README.md"
keywords = [
    "api",
    "quantus-network",
    "substrate",
]
categories = [
    "api-bindings",
    "data-structures",
]
license = "MIT-0"
repository = "https://github.com/quantus-network/chain#"

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

[dependencies.serde]
version = "1.0.214"
features = [
    "derive",
    "alloc",
    "derive",
]
default-features = false