[package]
edition = "2024"
name = "nimiq-database-value"
version = "1.2.2"
authors = ["The Nimiq Core Development Team <info@nimiq.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple trait for writing and reading from a Nimiq DB"
homepage = "https://nimiq.com"
readme = false
keywords = [
"nimiq",
"cryptocurrency",
"blockchain",
]
categories = ["cryptography::cryptocurrencies"]
license = "Apache-2.0"
repository = "https://github.com/nimiq/core-rs-albatross"
resolver = "2"
[badges.is-it-maintained-issue-resolution]
repository = "nimiq/core-rs"
[badges.is-it-maintained-open-issues]
repository = "nimiq/core-rs"
[badges.maintenance]
status = "experimental"
[badges.travis-ci]
branch = "master"
repository = "nimiq/core-rs"
[lib]
name = "nimiq_database_value"
path = "src/lib.rs"
[lints.clippy]
assigning_clones = "allow"
empty_docs = "allow"
large_enum_variant = "allow"
result_large_err = "allow"
too_many_arguments = "allow"
type_complexity = "allow"
[lints.rust]
unused_qualifications = "warn"
[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(tokio_unstable)"]