# 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 = "2018" name = "freecut" version = "0.1.12" authors = ["Gerhard Schwanzer "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A cut optimizer gui for cutting rectangular pieces from panels" readme = "README.md" keywords = [ "gui", "cuts", "optimize", "optimization", "bin-packer", ] license = "Apache-2.0" repository = "https://github.com/geri1701/freecut" [profile.release] opt-level = "z" lto = true panic = "abort" strip = true [[bin]] name = "freecut" path = "src/main.rs" [dependencies.cascade] version = "1.0" [dependencies.comfy-table] version = "7.1" [dependencies.cut-optimizer-2d] version = "0.4" [dependencies.fltk] version = "1.4" [dependencies.glib] version = "0.20" [dependencies.pdf-canvas] version = "0.7" [dependencies.rand] version = "0.8" [dependencies.rmp-serde] version = "1.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.uom] version = "0.36.0"