# 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 = "pulldown-cmark-ast" version = "0.1.0" description = "An AST for pulldown-cmark" homepage = "https://crates.io/crates/pulldown-cmark-ast" documentation = "https://docs.rs/pulldown-cmark-ast" readme = "README.md" keywords = [ "markdown", "commonmark", "ast", ] categories = [ "parsing", "parser-implementations", "text-editors", "text-processing", ] license = "MIT OR Apache-2.0" repository = "https://github.com/aatifsyed/pulldown-cmark-ast" [dependencies.pulldown-cmark] version = "0.11.0" default-features = false [dev-dependencies.ariadne] version = "0.4.1" features = ["auto-color"]