# 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 = "diverter" version = "2.0.0" authors = ["Yehuthi "] exclude = ["doc/*"] description = "quickly switch between Steam accounts on Windows." readme = "README.md" keywords = [ "steam", "account", "manager", "switcher", "gaming", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/yehuthi/diverter" [profile.release] lto = true panic = "abort" strip = true [dependencies.atty] version = "0.2.14" [dependencies.clap] version = "4.1.1" features = ["derive"] [dependencies.thiserror] version = "1.0.38" [dependencies.winapi] version = "0.3.9" [build-dependencies.cc] version = "1.0.78"