# 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 = "mdsycx" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "markdown with Sycamore" homepage = "https://lukechu.dev/mdsycx/" readme = "README.md" keywords = [ "sycamore", "markdown", ] categories = [ "gui", "wasm", ] license = "MIT" repository = "https://github.com/lukechu10/mdsycx" [lib] name = "mdsycx" path = "src/lib.rs" [dependencies.mdsycx-macro] version = "0.2.0" [dependencies.pulldown-cmark] version = "0.12.1" features = ["serde"] [dependencies.quick-xml] version = "0.37.0" [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.serde_yaml] version = "0.9.13" [dependencies.sycamore] version = "0.9.0" [dependencies.thiserror] version = "1.0.67" [dependencies.web-sys] version = "0.3.72" [dev-dependencies.expect-test] version = "1.5.0"