# 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.2.0" authors = ["HalfSweet "] build = 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 = "MIT" [lib] name = "TransJLC" path = "src/lib.rs" [[bin]] name = "TransJLC" path = "src/main.rs" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.16" [dependencies.colored] version = "2.1.0" [dependencies.lazy_static] version = "1.5.0" [dependencies.locale_config] version = "0.3.0" [dependencies.regex] version = "1.10.4" [dependencies.rust-embed] version = "8.4.0" features = ["debug-embed"] [dependencies.rust-i18n] version = "3.1.1" [dependencies.whoami] version = "1.5.1" [dependencies.zip] version = "2.1.6"