[package] name = "ogam" version = "1.1.0" authors = ["Thomas Letan "] license-file = "LICENSE" keywords = ["parser", "markup"] repository = "https://labs.soap.coffee/crates/ogam.git/" readme = "README.md" description = "A markup language for story writers" edition = "2018" [features] default = [] html = ["maud"] [dependencies] nom = "7.0.0" [dependencies.maud] version = "0.22" optional = true [dev-dependencies] criterion = "0.2" [[bench]] name = "amours_de_jeunesse" harness = false