# 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 = "creole-nom" version = "1.0.9" authors = ["chidea"] exclude = [ "*.sh", "*.ps1", ] description = "WikiCreole markup language parser library by nom" readme = "README.md" keywords = [ "wiki", "markdown", "parser", "creole", "nom", ] categories = ["parser-implementations"] license = "MIT" repository = "https://github.com/chidea/creole-nom" resolver = "2" [dependencies.log] version = "0" [dependencies.nom] version = "7" [dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.env_logger] version = "0" [features] extended = [ "link-button", "font-color", "fold", ] fold = [] font-color = [] link-button = []