# 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] name = "mdbook-presentation-preprocessor" version = "0.3.1" authors = ["Robert Masen "] description = "A preprocessor for utilizing an MDBook as slides for a presentation." readme = "README.md" keywords = [ "mdbook", "gitbook", "rustbook", "markdown", "preprocessor", ] license = "MPL-2.0" repository = "https://github.com/FreeMasen/mdbook-presentation-preprocessor" [profile.dist] lto = "thin" inherits = "release" [dependencies.chrono] version = "0.4" [dependencies.docopt] version = "1" [dependencies.env_logger] version = "0.6" [dependencies.log] version = "0.4" [dependencies.mdbook] version = "0.4" features = ["search"] default-features = false [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1"