# 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-echarts" version = "0.0.4" authors = ["Zhuang Biaowei"] description = "A preprocessor and cli tool for mdbook to show chart use echarts.js." homepage = "https://crates.io/crates/mdbook-echarts" documentation = "https://crates.io/crates/mdbook-echarts" readme = "README.md" keywords = [ "mdbook", "markdown", "chart", "Echarts", ] license = "MIT" repository = "https://github.com/zhuangbiaowei/mdbook-echarts" [dependencies.anyhow] version = "1.0.32" [dependencies.clap] version = "2.33.1" [dependencies.mdbook] version = "0.4.6" [dependencies.regex] version = "1" [dependencies.serde] version = "1.0.114" [dependencies.serde_derive] version = "1.0.114" [dependencies.serde_json] version = "1.0.57" [dependencies.tungstenite] version = "0.17.2" [dependencies.uuid] version = "0.8" features = [ "serde", "v4", ]