# 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" name = "djotters" version = "0.1.13" authors = ["Anthony Alaribe "] description = "Djot (Markdown) parser that runs at hyper speeds!" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/tonyalaribe/djotters" [dependencies.env_logger] version = "0.11.3" [dependencies.html-escape] version = "0.2.13" [dependencies.itertools] version = "0.12.1" [dependencies.nom] version = "7.1.1" [dependencies.pretty_assertions] version = "1.4.0" [dependencies.slugify] version = "0.1.0"