[package] name = "nlp-io" version = "0.1.2" authors = ["Jean Maillard "] license = "MIT/Apache-2.0" description = "Supports reading and writing common NLP formats." repository = "https://github.com/rust-nlp/nlp-io" [dependencies] nom = "1.2.3" nlp-annotations = { version = "0.1.2", path = "nlp-annotations" }