# 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" rust-version = "1.56" name = "mdxjs" version = "0.2.13" authors = ["Titus Wormer "] include = [ "src/", "license", ] description = "Compile MDX to JavaScript in Rust." homepage = "https://github.com/wooorm/mdxjs-rs" readme = "README.md" keywords = [ "markdown", "mdx", "compile", ] categories = [ "compilers", "text-processing", ] license = "MIT" repository = "https://github.com/wooorm/mdxjs-rs" [dependencies.markdown] version = "=1.0.0-alpha.21" [dependencies.serde] version = "1" optional = true [dependencies.swc_core] version = "5" features = [ "common", "ecma_ast", "ecma_codegen", "ecma_parser", "ecma_visit", ] [dev-dependencies.pretty_assertions] version = "1" [features] serializable = ["serde"]