fmtm 0.0.4

A diff-friendly Markdown formatter that breaks lines on sensible punctuations and words to fit a line width.
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 = "fmtm"
version = "0.0.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A diff-friendly Markdown formatter that breaks lines on sensible punctuations and words to fit a line width."
readme = "README.md"
license = "MIT"
repository = "https://github.com/SichangHe/fmtm"

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

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

[dependencies.anyhow]
version = "1"

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

[dependencies.fmtt]
version = "0.8"

[dependencies.markdown-fmt]
version = "0.0.4"
package = "fmtm_ytmimi_markdown_fmt"

[dependencies.tracing]
version = "0.1"
default-features = false

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "ansi",
    "env-filter",
    "fmt",
    "smallvec",
]
default-features = false

[dev-dependencies.insta]
version = "1.39"

[profile.dev.package.insta]
opt-level = 3

[profile.dev.package.similar]
opt-level = 3

[profile.release]
opt-level = "s"
lto = true