# 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 = "ge-man-lib" version = "0.2.0" include = [ "**/*.rs", "Cargo.toml", ] description = "Common functionality used by GE-Man." readme = "README.md" keywords = [ "GloriousEgroll", "GE-Proton", "Wine-GE", "GE-Man", ] categories = ["api-bindings"] license = "MIT OR Apache-2.0" repository = "https://github.com/Compile-Time/GE-Man" [dependencies.data-encoding] version = "2.5.0" [dependencies.flate2] version = "1.0.28" features = ["zlib"] default-features = false [dependencies.lazy_static] version = "1.4.0" [dependencies.openssl] version = "0.10.62" optional = true [dependencies.regex] version = "1.10.2" [dependencies.reqwest] version = "0.11.23" features = [ "blocking", "json", ] [dependencies.ring] version = "0.17.7" [dependencies.serde] version = "1.0.194" features = ["derive"] [dependencies.serde_json] version = "1.0.111" [dependencies.serde_yaml] version = "0.9.29" [dependencies.tar] version = "0.4.40" [dependencies.thiserror] version = "1.0.56" [dependencies.xz2] version = "0.1.7" [dev-dependencies.assert_fs] version = "1.1.0" [dev-dependencies.httpmock] version = "0.7.0-rc.1" [dev-dependencies.mockall] version = "0.12.1" [dev-dependencies.predicates] version = "3.0.4" [dev-dependencies.test-case] version = "3.3.1" [features] default = ["reqwest/default-tls"] vendored-openssl = ["openssl/vendored"]