TransJLC 0.4.0

TransJLC is a tool for converting Gerber files from other EDAs to JLCEDA style
Documentation
# 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 = "TransJLC"
version = "0.4.0"
authors = ["HalfSweet <HalfSweet@HalfSweet.cn>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "TransJLC is a tool for converting Gerber files from other EDAs to JLCEDA style"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/HalfSweet/TransJLC"

[lib]
name = "TransJLC"
path = "src/lib.rs"

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

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

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

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

[dependencies.aes-gcm]
version = "0.10"

[dependencies.anyhow]
version = "1.0"

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4.42"

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

[dependencies.gerber-types]
version = "0.6"

[dependencies.gerber_parser]
version = "0.3"

[dependencies.image]
version = "0.25"
features = [
    "png",
    "jpeg",
    "gif",
    "bmp",
    "tiff",
    "ico",
]
default-features = false

[dependencies.indicatif]
version = "0.17"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.md-5]
version = "0.10.6"

[dependencies.rand]
version = "0.8.5"

[dependencies.regex]
version = "1.12.2"

[dependencies.rsa]
version = "0.9"
features = [
    "sha2",
    "pem",
]

[dependencies.rust-embed]
version = "8.9.0"
features = ["debug-embed"]

[dependencies.sha2]
version = "0.10"

[dependencies.tempfile]
version = "3.23.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "fmt",
]

[dependencies.xmlwriter]
version = "0.1"

[dependencies.zip]
version = "2.4.2"

[dev-dependencies]