# 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 = "syk" version = "0.2.0" authors = ["Julio Gardona "] description = "A key value tool to persist your passwords" readme = "README.md" keywords = [ "storage", "key", "crypto", "cli", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/jgardona/syk" [profile.release] opt-level = "z" lto = true panic = "abort" strip = true [dependencies.aes-gcm] version = "0.10.3" [dependencies.clap] version = "4.4.2" features = ["derive"] [dependencies.flate2] version = "1.0.28" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_json] version = "1.0.105" [dependencies.tabled] version = "0.14.0" [dev-dependencies.anyhow] version = "1.0.75" [dev-dependencies.assert_cmd] version = "2.0.12" [dev-dependencies.assert_fs] version = "1.0.13" [dev-dependencies.predicates] version = "3.0.4"