obid 0.5.1

A Rust implementation of the ObjectId data type as defined in the BSON specification.
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 = "obid"
version = "0.5.1"
authors = ["Andrea Coronese <sixpounder@protonmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust implementation of the ObjectId data type as defined in the BSON specification."
homepage = "https://github.com/sixpounder/obid"
documentation = "https://docs.rs/obid/"
readme = "README.md"
categories = [
    "cryptography",
    "algorithms",
    "no-std",
]
license = "GPL-3.0-only"
repository = "https://github.com/sixpounder/obid"

[features]
archive = ["dep:rkyv"]
default = ["std"]
serde = ["dep:serde"]
std = []

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

[dependencies.gethostname]
version = "1.1.0"

[dependencies.getrandom]
version = "0.4.2"

[dependencies.hashbrown]
version = "0.17.0"
features = ["default-hasher"]

[dependencies.once_cell]
version = "1.21.4"

[dependencies.rand]
version = "0.10.1"

[dependencies.rkyv]
version = "0.8.16"
optional = true

[dependencies.serde]
version = "1.0"
optional = true

[dependencies.thiserror]
version = "2.0.18"

[dependencies.time]
version = "0.3.47"
features = [
    "alloc",
    "local-offset",
    "formatting",
]
default-features = false

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