microformats-types 0.14.2

A representation of the known objects of Microformats
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"
rust-version = "1.85"
name = "microformats-types"
version = "0.14.2"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A representation of the known objects of Microformats"
homepage = "https://microformats.io"
documentation = "https://docs.rs/microformats-types"
readme = "README.md"
license = "LGPL-3.0"
repository = "https://gitlab.com/maxburon/microformats-parser"
resolver = "2"

[features]
debug_flow = []
extensions = []
metaformats = []
per_element_lang = []

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

[dependencies.lazy_static]
version = "1.4"

[dependencies.regex]
version = "1.10"
features = ["perf"]

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

[dependencies.serde_json]
version = "1.0"
features = ["preserve_order"]

[dependencies.thiserror]
version = "2.0"

[dependencies.time]
version = "0.3"
features = [
    "macros",
    "serde-human-readable",
]

[dependencies.tracing]
version = "0.1"
optional = true

[dependencies.tracing-unwrap]
version = "1.0"
optional = true

[dependencies.url]
version = "2.0"
features = ["serde"]

[dev-dependencies.similar-asserts]
version = "1.5"
features = ["serde"]

[lints.rust]
missing_docs = "warn"