# 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 = "eso-addons" version = "0.2.1" description = "Unofficial cross-platform console AddOn manager for The Elder Scrolls Online" homepage = "https://codeberg.org/maadsharp/eso-addons" documentation = "https://docs.rs/eso-addons" readme = "readme.md" license-file = "license.md" repository = "https://codeberg.org/maadsharp/eso-addons" [dependencies.clap] version = "4.1.4" features = ["derive"] [dependencies.dirs] version = "4.0.0" [dependencies.inquire] version = "0.5.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.7.1" [dependencies.reqwest] version = "0.11.14" features = ["blocking"] [dependencies.rust-ini] version = "0.18.0" [dependencies.scraper] version = "0.14.0" [dependencies.thiserror] version = "1" [dependencies.zip-extract] version = "0.1.1" [dev-dependencies.anyhow] version = "1"