# 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 = "2021" name = "lblp_markdown_rendering_plugin" version = "0.1.0" description = "A markdown rendering plugin for Logic Based Learning Paths" license = "MIT" [lib] crate-type = ["cdylib"] [dependencies.anyhow] version = "1.0.86" [dependencies.base64] version = "0.22.1" [dependencies.comrak] version = "0.24.1" features = [ "syntect", "emojis", ] [dependencies.logic_based_learning_paths] version = "0.0.0" [dependencies.regex] version = "1.10.5" [dependencies.schemars] version = "0.8.21" [dependencies.serde_json] version = "1.0.120" [dependencies.serde_yaml] version = "0.9.34" [dependencies.walkdir] version = "2.5.0"