microformats-types 0.8.2

A representation of the known objects of Microformats
Documentation
[package]
name = "microformats-types"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
publish.workspace = true
version = "0.8.2"
repository.workspace = true
homepage.workspace = true
documentation = "https://docs.rs/microformats-types"
description = "A representation of the known objects of Microformats"

[dependencies]
lazy_static = { workspace = true }
regex = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
thiserror = { workspace = true }
time = { workspace = true }
tracing = { version = "0.1", optional = true }
tracing-unwrap = { version = "1.0", optional = true }
url = { workspace = true }

[dev-dependencies]
similar-asserts = { version = "1.5", features = ["serde"] }

[lints]
workspace = true