# 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 = "owmods_core" version = "0.14.2" authors = ["Bwc9876 "] description = "The core library for the Outer Wilds Mod Manager" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/ow-mods/ow-mod-man/" [dependencies.anyhow] version = "1.0.82" [dependencies.directories] version = "5.0.1" [dependencies.futures] version = "0.3.30" [dependencies.glob] version = "0.3.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.21" [dependencies.opener] version = "0.7.0" [dependencies.regex] version = "1.10.4" [dependencies.reqwest] version = "0.12.4" features = [ "blocking", "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0.200" features = ["derive"] [dependencies.serde_json] version = "1.0.120" [dependencies.serde_repr] version = "0.1.19" [dependencies.tempfile] version = "3.10.1" [dependencies.tokio] version = "1.37.0" features = [ "net", "time", "process", "macros", ] [dependencies.typeshare] version = "1.0.3" [dependencies.unicode-normalization] version = "0.1.23" [dependencies.uuid] version = "1.8.0" features = [ "v4", "fast-rng", ] [dependencies.versions] version = "6.2.0" [dependencies.zip] version = "0.6.6" features = [ "deflate", "zstd", ] default-features = false [dev-dependencies.tokio-test] version = "0.4.4"