[package] name = "unidok-parser" description = "Parser for the Unidok document format" version = "0.2.0" authors = ["Ludwig Stecher "] edition = "2018" license = "Apache-2.0 OR MIT" documentation = "https://docs.rs/unidok-parser" repository = "https://github.com/Aloso/unidok" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] detached-str = { path="../detached-str", version="0.1" } unidok-repr = { path="../unidok-repr", version="0.2" } aho-corasick = "0.7.18" once_cell = "1.7"