# 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_core" version = "0.4.2" authors = ["Blooym"] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Internals for managing different installations of Dalamud." readme = "README.md" keywords = [ "dalamud", "version-manager", "ffxiv", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Blooym/nael" [lib] name = "nael_core" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.89" features = ["backtrace"] [dependencies.directories] version = "5.0.1" [dependencies.indicatif] version = "0.17.8" [dependencies.reqwest] version = "0.12.7" features = [ "charset", "macos-system-configuration", "http2", ] default-features = false [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.symlink] version = "0.1.0" [dependencies.tempfile] version = "3.12.0" [dependencies.zip] version = "2.2.0" [features] default = ["rustls-tls"] native-tls = ["reqwest/native-tls"] rustls-tls = ["reqwest/rustls-tls"] [lints.clippy] clone_on_ref_ptr = "warn" [lints.rust] unsafe_code = "forbid"