seaplane-oid 0.3.3

Seaplane Object IDs
Documentation
[package]
name = "seaplane-oid"
version = "0.3.3"
edition = "2021"
license = "Apache-2.0"
readme = "README.md"
authors = ["Seaplane IO, Inc."]
description = "Seaplane Object IDs"
documentation = "https://docs.rs/seaplane-oid"
repository = "https://github.com/seaplane-io/seaplane/tree/main/crates/oid"
homepage = "https://seaplane.io"

[dependencies]
data-encoding = "2.3.3"
data-encoding-macro = "0.1.12"
schemars = { version = "0.8.11", optional = true }
serde = { version = "1.0.152", optional = true }
thiserror = "1.0.38"
uuid = { version = "1.2.2", features = ["v4"] }

[dev-dependencies]
wildmatch = "2.1.1"

[features]
default = []