fips-identity 0.3.1

FIPS identity, npub, node address, and FIPS address primitives
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 = "fips-identity"
version = "0.3.1"
authors = ["Johnathan Corgan <jcorgan@corganlabs.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FIPS identity, npub, node address, and FIPS address primitives"
readme = "README.md"
license = "MIT"
repository = "https://git.iris.to/#/npub1xdhnr9mrv47kkrn95k6cwecearydeh8e895990n3acntwvmgk2dsdeeycm/fips"
resolver = "2"

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

[dependencies.bech32]
version = "0.11"

[dependencies.hex]
version = "0.4"

[dependencies.rand]
version = "0.10.0"

[dependencies.secp256k1]
version = "0.30"
features = [
    "rand",
    "global-context",
]

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2.0"