[package] name = "ogmarkup" version = "0.99.0" authors = ["Thomas Letan "] license-file = "LICENSE" keywords = ["parser", "markup"] repository = "https://code.soap.coffee/ogmios/ogmarkup.git/" readme = "README.md" description = "A markup language for story writers" [features] default = [] html = ["maud"] [dependencies] nom = "5.0.0" [dependencies.maud] version = "0.20" optional = true [dev-dependencies] criterion = "0.2" [[bench]] name = "amours_de_jeunesse" harness = false