# 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 = "reso" version = "0.0.7" authors = ["Lynn Pepin "] description = "Reso: A visual pixel-art logic-circuit design language" readme = "README.md" keywords = [ "utility", "mathematics", "simulation", "circuit", ] license-file = "LICENSE" repository = "https://github.com/resolang/reso" [package.metadata.wix] eula = false license = false path-guid = "F1A4C02A-BD92-4450-B1B4-FAA01D8B0648" upgrade-guid = "069EAA17-A237-4E8E-A39D-BAF1BB4E6733" [profile.dev] opt-level = 1 [profile.dev.package."*"] opt-level = 3 [profile.dist] lto = "thin" inherits = "release" [dependencies.clap] version = "4.4.11" features = ["derive"] [dependencies.image] version = "0.24.5"