# 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 = "boxcut" version = "0.0.4" description = "CLI програмка для создания SVG дизайнов карторнных коробок для лазерного резака." readme = "README.md" license-file = "LICENSE.md" repository = "https://github.com/rustrum/boxcut" [[bin]] name = "boxcut" path = "src/main.rs" [dependencies.anyhow] version = "1.0.68" [dependencies.clap] version = "4.1.4" features = ["cargo"] [dependencies.clap_derive] version = "4.1.0" [dependencies.env_logger] version = "0.10.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.17" [dependencies.rust_decimal] version = "1.28.0" [dependencies.svg] version = "0.13.0"