snarkos-node-sync-locators 4.5.4

Locators to synchronize a decentralized operating system
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"
name = "snarkos-node-sync-locators"
version = "4.5.4"
authors = ["The Aleo Team <hello@aleo.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Locators to synchronize a decentralized operating system"
homepage = "https://aleo.org"
readme = "README.md"
keywords = [
    "aleo",
    "cryptography",
    "blockchain",
    "decentralized",
    "zero-knowledge",
]
categories = [
    "cryptography",
    "cryptography::cryptocurrencies",
    "os",
]
license = "Apache-2.0"
repository = "https://github.com/ProvableHQ/snarkOS"

[features]
default = []
test = []

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

[dependencies.anyhow]
version = "1.0"

[dependencies.indexmap]
version = "2"
features = [
    "serde",
    "rayon",
]
default-features = false

[dependencies.serde]
version = "1"
default-features = false

[dependencies.snarkvm]
version = "=4.5.4"
features = ["console"]
default-features = false

[dependencies.tracing]
version = "0.1"
default-features = false