microformats-cli 0.10.0

A command line tool for parsing HTML as Microformats
# 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-cli"
version = "0.10.0"
build = false
include = [
    "src/bin/**/*.rs",
    "Cargo.toml",
]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A command line tool for parsing HTML as Microformats"
documentation = "https://docs.rs/microformats-cli"
readme = false
license = "LGPL-3.0"
resolver = "2"

[features]
debug = ["microformats/debug_flow"]
debug_flow = ["microformats/debug_flow"]
default = []

[[bin]]
name = "microformats"
path = "src/bin/cli/mod.rs"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.clap-stdin]
version = "0.5"

[dependencies.eyre]
version = "0.6"

[dependencies.microformats]
version = "0"
features = ["debug_flow"]

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

[dependencies.tabled]
version = "0.16"

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

[lints.rust]