# 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 = "mdplayscript" version = "0.6.0" authors = ["Shotaro Tsuji "] description = "An extension of Markdown for play scripts" readme = "README.md" keywords = ["markdown", "pulldown-cmark", "play"] categories = ["text-processing"] license = "MIT" repository = "https://github.com/ShotaroTsuji/mdplayscript" [dependencies.eyre] version = "0.6.5" [dependencies.mdbook] version = "0.4.10" [dependencies.pulldown-cmark] version = "0.8.0" [dependencies.pulldown-cmark-to-cmark] version = "6.0.0" [dependencies.rust-embed] version = "5.9.0" features = ["interpolate-folder-path"] [dependencies.serde_json] version = "1.0.59" [dependencies.structopt] version = "0.3.21" [dev-dependencies.big_s] version = "1.0.2" [dev-dependencies.env_logger] version = "0.8.3" [dev-dependencies.log] version = "0.4.14" [dev-dependencies.pretty_assertions] version = "0.7.2" [dev-dependencies.toml] version = "0.5.8"