up2code 0.4.3

up2code is a tool to check code listings in Markdown files against a GitHub repository.
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"
name = "up2code"
version = "0.4.3"
authors = ["John Arundel <john@bitfieldconsulting.com>"]
build = false
exclude = ["/.github/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
up2code is a tool to check code listings in Markdown files against a GitHub repository.
"""
homepage = "https://github.com/bitfield/up2code"
documentation = "https://docs.rs/up2code"
readme = "README.md"
keywords = [
    "web",
    "cli",
    "utility",
    "text",
]
categories = ["command-line-utilities"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/bitfield/up2code"

[badges.github]
repository = "bitfield/up2code"
workflow = "CI"

[badges.maintenance]
status = "actively-developed"

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

[[bin]]
name = "up2code"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.89"

[dependencies.regex]
version = "1.11.0"

[dependencies.reqwest]
version = "0.12.24"
features = ["blocking"]

[dependencies.similar]
version = "2.6.0"