# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "mdbook-cms" version = "0.1.1" authors = ["ylfeng"] description = "A preprocessor to add cms." homepage = "https://crates.io/crates/mdbook-cms" documentation = "https://crates.io/crates/mdbook-cms" readme = "README.md" keywords = ["mdbook", "markdown", "cms", "summary"] license = "MIT" repository = "https://github.com/alongwy/mdbook-cms" [dependencies.anyhow] version = "1" [dependencies.clap] version = "2.33" [dependencies.hex] version = "0.4" [dependencies.indexmap] version = "1.7" [dependencies.lazy_static] version = "1" [dependencies.md-5] version = "0.9" [dependencies.mdbook] version = "0.4" [dependencies.regex] version = "1" [dependencies.semver] version = "1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_yaml] version = "0.8"