# 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 = "2018" name = "mdbook-theme" version = "0.1.5" authors = ["zjp-CN "] build = false exclude = [ "examples", "CHANGELOG.md", "assets", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A preprocessor and a backend to config theme for mdbook, especially creating a pagetoc on the right and setting full color themes from the offical ace editor" readme = "README.md" keywords = [ "book", "theme", "rustbook", "markdown", "ace", ] license = "MIT OR Apache-2.0" repository = "https://github.com/zjp-CN/mdbook-theme" [lib] name = "mdbook_theme" path = "src/lib.rs" [[bin]] name = "mdbook-theme" path = "src/bin/mdbook-theme.rs" [[bin]] name = "mdbook-theme-ace" path = "src/bin/mdbook-theme-ace.rs" [dependencies.clap] version = "4" [dependencies.mdbook] version = "0.4" [dependencies.semver] version = "1" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1" [dependencies.toml] version = "0.5"