[package] name = "aufgabe1" version = "0.1.0" authors = ["Arne Keller "] edition = "2018" [profile.release] codegen-units = 1 opt-level = 3 panic = "abort" debug = true lto = "fat" incremental = false [dependencies] geo = { git = "https://github.com/FliegendeWurst/geo" } svg = "0.5.11" chrono = "0.4.6" structopt = { version = "0.2", default-features = false } svgdom = "0.16.1" rstar = "0.2.0" lazy_static = "1.3.0" hashbrown = "0.1.8" pathfinding = "1.1.12" parking_lot = "0.7.1"