nectar-contracts 0.1.1

Swarm storage incentive contract bindings and addresses
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 = "2024"
rust-version = "1.92"
name = "nectar-contracts"
version = "0.1.1"
authors = ["Nexum Contributors"]
build = false
exclude = [
    "benches/",
    "tests/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Swarm storage incentive contract bindings and addresses"
homepage = "https://nxm-rs.github.io/nectar"
documentation = "https://docs.rs/nectar-contracts"
readme = "README.md"
keywords = [
    "swarm",
    "ethereum",
    "contracts",
    "no_std",
]
categories = [
    "no-std",
    "data-structures",
]
license = "AGPL-3.0-or-later"
repository = "https://github.com/nxm-rs/nectar"
resolver = "2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = ["std"]
serde = [
    "dep:serde",
    "alloy-primitives/serde",
]
std = [
    "alloy-primitives/std",
    "alloy-sol-types/std",
    "serde?/std",
]

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

[dependencies.alloy-primitives]
version = "1.6"
default-features = false

[dependencies.alloy-sol-types]
version = "1.6"
default-features = false

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true
default-features = false

[dev-dependencies.proptest]
version = "1"

[lints.clippy]
missing-const-for-fn = "warn"
option-if-let-else = "warn"
redundant-clone = "warn"
use-self = "warn"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.rust]
missing-debug-implementations = "warn"
missing-docs = "warn"
rust-2018-idioms = "deny"
unreachable-pub = "warn"
unused-must-use = "deny"