# 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 = "label-generator" version = "0.3.0" description = "Generate labels using components" license = "MIT" repository = "https://github.com/BrokenLamp/label-generator" resolver = "2" [dependencies.anyhow] version = "1.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.mlua] version = "0.7" features = ["lua54", "vendored"] [dependencies.rayon] version = "1.5.1" [dependencies.regex] version = "1.5" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.toml] version = "0.5.8" [dependencies.usvg] version = "0.20.0" [dependencies.xmlwriter] version = "0.1.0"