# 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" rust-version = "1.80" name = "mdbook-tailor" version = "0.8.2" authors = ["CoralPink "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "mdbook preprocessor for image-tailor" homepage = "https://github.com/CoralPink" documentation = "https://github.com/CoralPink/mdbook-tailor/blob/main/README.md" readme = "README.md" keywords = [ "mdbook", "image", "tailor", ] license = "MIT OR Apache-2.0" repository = "https://github.com/CoralPink/mdbook-tailor" [profile.release] opt-level = 3 lto = "thin" strip = "symbols" [lib] name = "mdbook_tailor" path = "src/lib.rs" [[bin]] name = "mdbook-tailor" path = "src/main.rs" [dependencies.clap] version = "4.5.18" [dependencies.image] version = "0.25.2" [dependencies.mdbook] version = "0.4.40" [dependencies.regex] version = "1.11.0" [dependencies.semver] version = "1.0.23" [dependencies.serde_json] version = "1.0.128" [dev-dependencies.pretty_assertions] version = "1.4.1"