# 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 = "factorio-settings" version = "1.0.0" description = "CLI application to deserialize & reserialize Factorio's mod-settings.dat to JSON or TOML" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/CerulanLumina/factorio-settings" [dependencies.anyhow] version = "1" [dependencies.byteorder] version = "1" [dependencies.clap] version = "4" features = ["derive"] [dependencies.either] version = "1" [dependencies.indexmap] version = "2" features = ["serde"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" features = ["preserve_order"] [dependencies.toml] version = "0.8" features = ["preserve_order"] [dev-dependencies.hex-literal] version = "0.4.1"