# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "rusty-train" version = "0.1.0" authors = ["Rob Moss "] exclude = ["rustfmt.toml", ".github/*", "book/*", "resources/*", "scripts/*", "todo/*"] default-run = "rusty_train" description = "A graphical user interface for constructing 18xx maps and identifying optimal train routes." readme = "README.md" keywords = ["18xx", "optimisation", "optimization"] categories = ["algorithms", "graphics"] license = "MIT OR Apache-2.0" repository = "https://github.com/robmoss/rusty_train" [[example]] name = "example_routes" test = true [[example]] name = "optimal_routes_1" test = true [[example]] name = "1867_bc" test = true [[example]] name = "draw_tokens" test = true [[example]] name = "draw_tiles" test = true [[example]] name = "save_tiles" test = true [[example]] name = "offline_ui" test = true [dependencies.cairo-rs] version = "0.14" features = ["png", "pdf", "svg"] [dependencies.chrono] version = "0.4" [dependencies.env_logger] version = "0.7" [dependencies.gdk] version = "0.14" [dependencies.glib] version = "0.14" [dependencies.gtk] version = "0.14" features = ["v3_20"] [dependencies.log] version = "0.4" [dependencies.navig18xx] version = "0.1.0" [dev-dependencies]