# 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 = "scratch-claw" version = "0.1.0" authors = ["userfriend"] description = "A useless CLI tool for interacting with Scratch" homepage = "https://github.com/userfriendanonymous/claw" readme = "README.md" keywords = [ "cli", "scratch", "interact", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/userfriendanonymous/claw" [profile.release] opt-level = "z" lto = true [dependencies.clap] version = "4.2.4" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.directories] version = "5.0.0" [dependencies.magic-crypt] version = "3.1.12" [dependencies.rand] version = "0.8.5" [dependencies.rpassword] version = "7.2.0" [dependencies.s2rs] version = "0.7.15" features = ["cookie"] [dependencies.s2rs-derive] version = "0.1.2" [dependencies.serde] version = "1.0.160" [dependencies.serde_json] version = "1.0.96" [dependencies.tokio] version = "1.28.0" features = [ "macros", "fs", "rt-multi-thread", ]