[package] name = "factorio-pathfinding" version = "0.1.0" edition = "2024" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [[bench]] name = "bruteforce" harness = false [dev-dependencies] criterion = "0.5" proptest = "1.5.0" proptest-derive = "0.5.0" [dependencies] factorio-core = { path = "../factorio-core" } factorio-graph = { path = "../factorio-graph" } factorio-blueprint = { path = "../factorio-blueprint" } base64 = "0.22.1" bon = "3.0.2" clap = { version = "4.4.8", features = ["derive"] } flate2 = "1.0.28" image = "0.25.2" miette = { version = "7.2.0", features = ["fancy"] } serde = { version = "1.0.192", features = ["derive"] } serde_json = "1.0.108" serde_yaml = "0.9.34" termcolor = "1.4.1" tracing = "0.1.41" tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }