# 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 = "monero-vanity" version = "0.4.1" authors = ["hinto.janai "] exclude = [ "utils/*", "CHANGELOG.md", ".github", ] description = "Monero Vanity Address Generator" readme = "README.md" keywords = [ "monero", "vanity", "address", "cli", "gui", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/hinto-janai/monero-vanity" [package.metadata.bundle] name = "monero-vanity" identifier = "com.github.hinto-janai.monero-vanity" icon = ["src/icon.png"] category = "public.app-category.utilities" [profile.release] lto = true codegen-units = 1 debug = false strip = "symbols" [dependencies.base58-monero] version = "1.0.0" [dependencies.clap] version = "4.2.1" features = ["derive"] [dependencies.curve25519-dalek] version = "3.2.1" [dependencies.egui] version = "0.21.0" [dependencies.image] version = "0.24.6" [dependencies.lazy_static] version = "1.4.0" [dependencies.monero] version = "0.18.2" [dependencies.rand] version = "0.7.3" [dependencies.readable] version = "0.3.3" features = ["ignore_nan_inf"] [dependencies.regex] version = "1.7.3" [target."cfg(unix)".dependencies.eframe] version = "0.21.3" features = ["glow"] default-features = false [target."cfg(windows)".dependencies.eframe] version = "0.21.3" features = ["wgpu"] default-features = false [target."cfg(windows)".build-dependencies.static_vcruntime] version = "2.0" [target."cfg(windows)".build-dependencies.winres] version = "0.1.12"