# 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_header_footer" version = "0.0.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "mdBook preprocessor to prepend header and append footer to certain chapters" readme = "README.md" license = "MIT" repository = "https://github.com/SichangHe/mdbook_header_footer" [profile.release] opt-level = "s" lto = true panic = "abort" [lib] name = "mdbook_header_footer" path = "src/lib.rs" [[bin]] name = "mdbook-header-footer" path = "src/main.rs" [dependencies.anyhow] version = "1" features = ["backtrace"] [dependencies.clap] version = "4" features = ["derive"] [dependencies.derive_everything] version = "0.1" [dependencies.mdbook_fork4ls] version = "0.4.40" default-features = false [dependencies.rayon] version = "1" [dependencies.regex] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"]