sigid-core 1.1.0

Zero-dependency, no_std core for Sigid - 26-char Crockford Base32 identifiers
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"
rust-version = "1.70"
name = "sigid-core"
version = "1.1.0"
authors = ["Dmitry Marison <dmitrymarison@gmail.com>"]
build = false
exclude = [
    "tests/",
    "benches/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Zero-dependency, no_std core for Sigid - 26-char Crockford Base32 identifiers"
homepage = "https://github.com/dmitrymarison/sigid"
documentation = "https://docs.rs/sigid-core"
readme = "README.md"
keywords = [
    "id",
    "generator",
    "uuid",
    "ulid",
]
categories = [
    "algorithms",
    "data-structures",
    "encoding",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/dmitrymarison/sigid"

[features]
default = ["std"]
secure = [
    "dep:getrandom",
    "std",
]
serde = ["dep:serde"]
std = []
uuid = ["dep:uuid"]
wasm = []
wyrand = ["dep:wyrand"]

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

[dependencies.getrandom]
version = "0.2"
optional = true

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

[dependencies.uuid]
version = "1.0"
features = [
    "v4",
    "v7",
]
optional = true

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