# 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-hints" version = "0.1.5" authors = ["caukub"] build = false exclude = [ "/assets", "/theme", "hints.toml", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "mdBook preprocessor to add hover hints to your book" readme = "README.md" keywords = [ "mdbook", "preprocessor", "hints", "tooltip", ] license = "MIT" repository = "https://github.com/caukub/mdbook-hints/" [lib] name = "mdbook_hints" path = "src/lib.rs" [[bin]] name = "mdbook-hints" path = "src/main.rs" [dependencies.clap] version = "4.5.14" features = ["derive"] [dependencies.markdown] version = "1.0.0-alpha.18" [dependencies.mdbook] version = "0.4.40" [dependencies.regex] version = "1.10.6" [dependencies.semver] version = "1.0.23" [dependencies.serde] version = "1.0.205" features = ["derive"] [dependencies.serde_json] version = "1.0.122" [dependencies.toml] version = "0.8.19"