# 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" rust-version = "1.75.0" name = "nael" version = "0.4.2" authors = ["Blooym"] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "A Dalamud version manager that makes working with different releases of Dalamud simple." readme = "README.md" keywords = [ "dalamud", "version-manager", "cli", "ffxiv", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/Blooym/nael" [profile.dist] lto = "thin" inherits = "release" [profile.release] lto = "thin" codegen-units = 1 strip = true [[bin]] name = "nael" path = "crates/cli/src/main.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.clap] version = "4.5.18" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.nael_core] version = "0.4.2" [dependencies.tokio] version = "1.40.0" features = ["full"] [lints.clippy] clone_on_ref_ptr = "warn" [lints.rust] unsafe_code = "forbid"