# 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 = "mdbook-force-relative-links" version = "0.1.2" authors = ["Alexis (Poliorcetics) Bourget "] build = false exclude = [ "/.envrc", "/.github/*", "/flake.*", "/nix/*", "/test-books/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "An `mdbook` pre-processor to transform all local links to relative ones" documentation = "https://github.com/poliorcetics/mdbook-force-relative-links/blob/main/README.md#usage" readme = "README.md" keywords = [ "book", "theme", "rustbook", "markdown", ] license = "MPL-2.0" repository = "https://github.com/poliorcetics/mdbook-force-relative-links" [[bin]] name = "mdbook-force-relative-links" path = "src/main.rs" [dependencies.clap] version = "4" features = [ "help", "std", "usage", ] default-features = false [dependencies.mdbook] version = "0.4" default-features = false [dependencies.pulldown-cmark] version = "0.10.0" default-features = false [dependencies.pulldown-cmark-to-cmark] version = "14.0.1" [dependencies.semver] version = "1" [dependencies.serde_json] version = "1.0.127" [dev-dependencies.pretty_assertions] version = "1.4.0"