[package] name = "udgraph-projectivize" version = "0.8.0" edition = "2018" authors = ["Daniƫl de Kok "] description = "Projectivization/deprojectivization for universal dependency graphs" documentation = "https://docs.rs/udgraph/" homepage = "https://github.com/danieldk/udgraph" repository = "https://github.com/danieldk/udgraph" license = "MIT OR Apache-2.0" [dependencies] itertools = "0.10" petgraph = { version = "0.6", default-features = false } thiserror = "1" udgraph = { path = "../udgraph", version = "0.8" } [dev-dependencies] conllu = { path = "../conllu", version = "0.8" } lazy_static = "1"