# 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 = "shticker_book_unwritten" version = "1.2.1" authors = ["Dr. Jonathan Helianthicus Doe, IV "] description = "Minimal CLI launcher for the Toontown Rewritten MMORPG" readme = "README.md" keywords = [ "cli", "launcher", "ttr", "toontown", "rewritten", ] categories = ["games"] license = "GPL-3.0-or-later" repository = "https://github.com/JonathanHelianthicusDoe/shticker_book_unwritten" [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 debug = 0 debug-assertions = false rpath = false panic = "abort" overflow-checks = false incremental = false strip = true [dependencies.bzip2] version = "0.4.4" [dependencies.clap] version = "4.5.3" features = [ "std", "cargo", "suggestions", "help", "usage", "error-context", "wrap_help", ] default-features = false [dependencies.reqwest] version = "0.12.1" features = [ "blocking", "rustls-tls", ] default-features = false [dependencies.rpassword] version = "7.3.1" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.114" [dependencies.sha1] version = "0.10.6"