[package] name = "kml" version = "0.1.0" authors = ["Dustin Carlino "] edition = "2018" [dependencies] abstutil = { path = "../abstutil" } geom = { path = "../geom" } quick-xml = "0.13.3" serde = "1.0.89" serde_derive = "1.0.89" structopt = "0.2.15" xmltree = "0.8.0"