near-kit 0.4.2

A clean, ergonomic Rust client for NEAR Protocol
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.86"
name = "near-kit"
version = "0.4.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A clean, ergonomic Rust client for NEAR Protocol"
readme = "README.md"
keywords = [
    "near",
    "blockchain",
    "crypto",
    "web3",
]
categories = [
    "api-bindings",
    "cryptography::cryptocurrencies",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/r-near/near-kit-rs"

[features]
default = ["keyring"]
keyring = ["dep:keyring"]
sandbox = ["near-sandbox"]

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

[[example]]
name = "meta_transactions"
path = "examples/meta_transactions.rs"

[[example]]
name = "quickstart"
path = "examples/quickstart.rs"

[[example]]
name = "rotating_signer"
path = "examples/rotating_signer.rs"

[[example]]
name = "sequential_sends"
path = "examples/sequential_sends.rs"

[[test]]
name = "integration"
path = "tests/integration/main.rs"

[dependencies.base64]
version = "0.22"

[dependencies.bip39]
version = "2"

[dependencies.borsh]
version = "1"
features = ["derive"]

[dependencies.bs58]
version = "0.5"

[dependencies.dirs]
version = "6"

[dependencies.ed25519-dalek]
version = "2"
features = ["rand_core"]

[dependencies.futures]
version = "0.3"

[dependencies.hex]
version = "0.4"

[dependencies.k256]
version = "0.13"
features = ["ecdsa"]

[dependencies.keyring]
version = "3"
features = [
    "apple-native",
    "windows-native",
    "sync-secret-service",
    "vendored",
]
optional = true

[dependencies.near-kit-macros]
version = "0.4.2"

[dependencies.near-sandbox]
version = "0.3.7"
features = ["global_install"]
optional = true

[dependencies.rand]
version = "0.8"

[dependencies.reqwest]
version = "0.13"
features = ["json"]

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.serde_with]
version = "3.17.0"
features = ["hex"]

[dependencies.sha2]
version = "0.10"

[dependencies.sha3]
version = "0.10"

[dependencies.slipped10]
version = "0.4"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "time",
]

[dependencies.tracing]
version = "0.1"

[dev-dependencies.near-sandbox]
version = "0.3.7"
features = ["global_install"]

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

[dev-dependencies.tokio-test]
version = "0.4"

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]