# 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 = "lembas" version = "0.4.0" authors = ["Marius Wilms "] exclude = [ "screenshots/*", "samples/*", "tests/*", ] description = """ Lembas is an easy to use plugin manager for the MMORPG Lord of the Rings Online. """ readme = "README.md" keywords = [ "gaming", "plugins", "lotro", ] categories = [ "gaming", "plugins", "iced", ] license = "GPL-3.0-only" repository = "https://github.com/mawilms/lembas" resolver = "2" [profile.release] opt-level = "s" lto = true codegen-units = 1 strip = "symbols" [dependencies.async-trait] version = "^0" [dependencies.bytes] version = "^1" [dependencies.chrono] version = "^0" [dependencies.dirs] version = "^4" [dependencies.env_logger] version = "^0" [dependencies.fs_extra] version = "^1" [dependencies.futures] version = "^0" [dependencies.globset] version = "^0" [dependencies.iced] version = "^0" features = [ "tokio", "image", "pure", "wgpu", ] [dependencies.image] version = "^0" [dependencies.itertools] version = "^0" [dependencies.log] version = "^0" features = [ "max_level_debug", "release_max_level_off", ] [dependencies.r2d2] version = "^0" [dependencies.r2d2_sqlite] version = "^0" [dependencies.regex] version = "^1" [dependencies.reqwest] version = "^0" features = [ "blocking", "json", ] [dependencies.rusqlite] version = "^0" features = ["bundled"] [dependencies.serde] version = "^1" features = ["derive"] [dependencies.serde-xml-rs] version = "^0" [dependencies.serde_json] version = "^1" [dependencies.tokio] version = "^1" features = ["full"] [dependencies.uuid] version = "^1" features = ["v4"] [dependencies.walkdir] version = "^2" [dependencies.webbrowser] version = "^0" [dependencies.zip] version = "^0" [build-dependencies.embed-resource] version = "^1" [target."cfg(windows)".dependencies.winapi] version = "^0"