# 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 = "klucznik" version = "0.1.2" authors = ["Konrad Malik "] exclude = [ "/flake.nix", "./flake.lock", "/.github", "/.gitignore", ] description = "Manage your ssh access keys automatically." readme = "README.md" license = "GPL-3.0" repository = "https://github.com/konradmalik/klucznik" [dependencies.anyhow] version = "1.0.66" [dependencies.clap] version = "4.0.27" features = ["derive"] [dependencies.sha256] version = "1.1.1" [dependencies.ureq] version = "2.5.0" [dependencies.url] version = "2.3.1" [dev-dependencies.tempfile] version = "3.3.0"