ps-hkey 0.1.0-34

This crate defines the hashkey format and provides methods for resolving them
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 = "ps-hkey"
version = "0.1.0-34"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "This crate defines the hashkey format and provides methods for resolving them"
readme = false
license = "GPL-3.0-or-later"

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

[dependencies.arrayvec]
version = "0.7.6"

[dependencies.futures]
version = "0.3.32"

[dependencies.parking_lot]
version = "0.12.5"

[dependencies.ps-base64]
version = "0.1.0-6"

[dependencies.ps-cypher]
version = "0.1.0-28"

[dependencies.ps-datachunk]
version = "0.1.0-36"

[dependencies.ps-hash]
version = "0.1.0-24"

[dependencies.ps-promise]
version = "0.1.0-14"

[dependencies.ps-util]
version = "0.1.0-6"

[dependencies.rayon]
version = "1.11.0"

[dependencies.thiserror]
version = "2.0.18"

[profile.dev]
opt-level = 3

[profile.release]
opt-level = 3