markdown2pdf 0.2.0

Create PDF with Markdown files (a md to pdf transpiler)
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 = "markdown2pdf"
version = "0.2.0"
authors = ["Ismael Sh <me@theiskaa.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Create PDF with Markdown files (a md to pdf transpiler)"
readme = "README.md"
keywords = [
    "md",
    "markdown",
    "pdf",
    "markdown-to-pdf",
    "markdown2pdf",
]
license = "MIT"
repository = "https://github.com/theiskaa/markdown2pdf"

[features]
default = []
fetch = ["dep:reqwest"]
native-tls = [
    "fetch",
    "reqwest/native-tls",
]
rustls-tls = [
    "fetch",
    "reqwest/rustls-tls",
]

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

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

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

[dependencies.dirs]
version = "4.0.0"

[dependencies.genpdfi]
version = "0.2.6"

[dependencies.log]
version = "0.4"

[dependencies.printpdf]
version = "0.7.0"

[dependencies.reqwest]
version = "0.12.9"
features = ["blocking"]
optional = true
default-features = false

[dependencies.rust-embed]
version = "8.5.0"

[dependencies.toml]
version = "0.8.19"

[profile.dist]
lto = "thin"
inherits = "release"

[profile.release]
lto = "thin"
codegen-units = 1
strip = true