# 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 = "isk" version = "0.1.4" authors = ["isksss <104404522+isksss@users.noreply.github.com>"] exclude = [ ".github", ".gitignore", "tests", ] description = "A command line tool for isksss." readme = "README.md" license = "MIT" license-file = "LICENSE" repository = "https://github.com/isksss/isk" [profile.dev] opt-level = 0 [profile.release] opt-level = 3 [dependencies.clap] version = "4.4.14" features = ["derive"] [dependencies.dirs] version = "5.0.1" [dependencies.openssl] version = "0.10" features = ["vendored"] [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.11.23" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.toml] version = "0.8.8"