# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "material_lp" version = "0.4.5" authors = ["Andrew Sturza "] build = "build.rs" description = "A crate to optimize planet harvesting." homepage = "https://github.com/you/grrs" readme = "README.md" keywords = [ "cli", "optimization", "eve-echoes", ] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/you/grrs" [dependencies.anyhow] version = "1.0" [dependencies.arboard] version = "3.2.0" [dependencies.bincode] version = "1.3.3" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.good_lp] version = "0.3" [dependencies.lazy_static] version = "1.4" [dependencies.serde] version = "1.0.164" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.tabled] version = "0.12.2" [dev-dependencies.assert_cmd] version = "2.0.11" [dev-dependencies.assert_fs] version = "1.0.13" [dev-dependencies.float_eq] version = "1.0" [dev-dependencies.predicates] version = "3.0.3" [dev-dependencies.rstest] version = "0.17.0" [dev-dependencies.serial_test] version = "1.0" [build-dependencies.rayon] version = "1.5" [build-dependencies.reqwest] version = "0.11" features = ["blocking"]