factorio-rs-cli 0.1.0

CLI for transpiling Rust into Lua Factorio mods
# 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 = "2024"
name = "factorio-rs-cli"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for transpiling Rust into Lua Factorio mods"
homepage = "https://github.com/languint/factorio-rs"
readme = "README.md"
license = "MIT"
repository = "https://github.com/languint/factorio-rs"

[[bin]]
name = "factorio-rs"
path = "src/main.rs"

[[test]]
name = "build_integration"
path = "tests/build_integration.rs"

[[test]]
name = "cli"
path = "tests/cli.rs"

[dependencies.anyhow]
version = "1.0.103"

[dependencies.clap]
version = "4.6.1"
features = ["derive"]

[dependencies.factorio-codegen]
version = "0.1.0"

[dependencies.factorio-frontend]
version = "0.1.0"

[dependencies.factorio-ir]
version = "0.1.0"

[dependencies.heck]
version = "0.5.0"

[dependencies.serde]
version = "1.0.228"
features = [
    "derive",
    "derive",
]

[dependencies.serde_json]
version = "1.0.149"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.toml]
version = "0.9.11"

[dependencies.walkdir]
version = "2.5.0"

[dependencies.zip]
version = "2.2.2"
features = ["deflate"]
default-features = false

[dev-dependencies.tempfile]
version = "3.25.0"

[lints.clippy]
as_conversions = "deny"
exit = "deny"
expect_used = "deny"
panic = "deny"
panic_in_result_fn = "deny"
todo = "deny"
unimplemented = "deny"
unwrap_used = "deny"

[lints.clippy.nursery]
level = "deny"
priority = -1

[lints.clippy.pedantic]
level = "deny"
priority = -1