# 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-chart" version = "0.1.2" authors = ["George"] description = "A preprocessor and cli tool for mdbook to show chart use C3.js." homepage = "https://crates.io/crates/mdbook-chart" documentation = "https://crates.io/crates/mdbook-chart" readme = "README.md" keywords = ["mdbook", "markdown", "chart", "C3"] license = "MIT" repository = "https://github.com/knightflower1989/mdbook-chart" [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.uuid] version = "0.8" features = ["serde", "v4"]