signed-ulid 0.1.0

Like ULIDs, but based on cryptographic signatures instead of randomness.
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 = "signed-ulid"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Like ULIDs, but based on cryptographic signatures instead of randomness."
readme = false
license = "Apache-2.0"
repository = "https://codeberg.org/nfnitloop/signed-ulid"

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

[dependencies.blake3]
version = "1.8.7"

[dependencies.ed25519-dalek]
version = "3.0.0"

[dependencies.rmp]
version = "0.8.15"

[dependencies.rmp-serde]
version = "1.3.1"

[dependencies.rmpv]
version = "1.3.1"

[dependencies.serde]
version = "1.0.229"
features = ["serde_derive"]

[dependencies.ulid]
version = "3.0.0"

[dev-dependencies.bs58]
version = "0.5.1"

[dev-dependencies.crossbeam]
version = "0.8.4"

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

[dev-dependencies.getrandom]
version = "0.4.3"

[dev-dependencies.indoc]
version = "2.0.7"

[dev-dependencies.pretty_assertions]
version = "1.4.1"

[dev-dependencies.rand_core]
version = "0.10.1"