# 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-catppuccin" version = "3.0.0" authors = [ "Goudham Suresh ", "winston ", ] build = false include = [ "/src", "/assets", "/README.md", "/LICENSE", ] autobins = false autoexamples = false autotests = false autobenches = false description = "🎊 Soothing pastel theme for mdBook" readme = "README.md" keywords = [ "mdbook", "markdown", "catppuccin", "preprocessor", "plugin", ] license = "MIT" repository = "https://github.com/catppuccin/mdBook" [profile.release] opt-level = "z" lto = true strip = true [[bin]] name = "mdbook-catppuccin" path = "src/main.rs" [dependencies.clap] version = "4.4.7" features = ["cargo"] [dependencies.clap_complete] version = "4.4.4" [dependencies.env_logger] version = "0.10.0" [dependencies.log] version = "0.4.20"