cyber-hemera 0.2.0

Hemera — Poseidon2 hash over Goldilocks field
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.89"
name = "cyber-hemera"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Hemera — Poseidon2 hash over Goldilocks field"
homepage = "https://github.com/cyberia-to/hemera"
documentation = "https://docs.rs/cyber-hemera"
readme = "README.md"
keywords = [
    "poseidon2",
    "goldilocks",
    "hash",
    "zk",
    "crypto",
]
categories = [
    "cryptography",
    "no-std",
]
license-file = "LICENSE"
repository = "https://github.com/cyberia-to/hemera"

[features]
default = []
gpu = [
    "dep:wgpu",
    "dep:bytemuck",
    "dep:pollster",
]
serde = ["dep:serde"]

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

[dependencies.bytemuck]
version = "1"
features = ["derive"]
optional = true

[dependencies.pollster]
version = "0.4"
optional = true

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

[dependencies.wgpu]
version = "28"
optional = true

[dev-dependencies.bytemuck]
version = "1"
features = ["derive"]

[dev-dependencies.pollster]
version = "0.4"

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

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

[dev-dependencies.wgpu]
version = "28"

[lints.clippy]
unused-async = "warn"

[lints.rust]
missing_debug_implementations = "warn"