# 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 = "rudric" version = "0.1.7" authors = ["Mike Lloyd"] description = "CLI tool for managing secrets in a secure way" readme = "README.md" keywords = [ "passwords", "secrets", "cli", ] categories = [ "command-line-utilities", "cryptography", ] license = "MIT" repository = "https://github.com/mike-lloyd03/rudric" [profile.dev.package.sqlx-macros] opt-level = 3 [dependencies.anyhow] version = "1.0.82" [dependencies.base64] version = "0.21.7" [dependencies.clap] version = "4.5.4" features = [ "derive", "wrap_help", ] [dependencies.clap_complete] version = "4.5.2" [dependencies.colored_json] version = "4.1.0" [dependencies.ctrlc] version = "3.4.4" [dependencies.dialoguer] version = "0.11.0" features = ["fuzzy-select"] [dependencies.duration-str] version = "0.11.0" [dependencies.orion] version = "0.17.6" features = ["serde"] [dependencies.regex] version = "1.10.4" [dependencies.serde] version = "1.0.200" [dependencies.sqlx] version = "0.7.4" features = [ "sqlite", "runtime-tokio", "migrate", "uuid", "time", ] [dependencies.tabled] version = "0.15.0" features = ["ansi"] [dependencies.tempfile] version = "3.10.1" [dependencies.time] version = "0.3.36" [dependencies.tokio] version = "1.37.0" features = [ "macros", "rt-multi-thread", ] [dependencies.toml] version = "0.8.12" [dependencies.uuid] version = "1.8.0" features = ["v4"] [dependencies.xdg] version = "2.5.2" [dev-dependencies.assert_cmd] version = "2.0.14" [dev-dependencies.rexpect] version = "0.5.0"