# 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" rust-version = "1.74.1" name = "lprs" version = "2.0.0-rc.2" authors = ["Awiteb "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A local CLI vaults manager. For human and machine use" readme = "README.md" keywords = [ "password", "vault", "manager", "CLI", ] categories = ["command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://git.4rs.nl/awiteb/lprs" [profile.release] strip = true [[bin]] name = "lprs" path = "src/main.rs" [dependencies.aes] version = "0.8.4" [dependencies.base32] version = "0.5.0" [dependencies.base64] version = "0.22.1" [dependencies.bincode] version = "1.3.3" [dependencies.cbc] version = "0.1.2" features = [ "alloc", "std", ] [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.clap_complete] version = "4.5.2" [dependencies.directories] version = "5.0.1" [dependencies.either] version = "1.13.0" default-features = false [dependencies.inquire] version = "0.7.5" [dependencies.log] version = "0.4.21" [dependencies.passwords] version = "3.1.16" features = ["common-password"] [dependencies.pretty_env_logger] version = "0.5.0" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.10.4" [dependencies.reqwest] version = "0.12.4" features = ["rustls-tls"] optional = true default-features = false [dependencies.serde] version = "1.0.202" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.sha2] version = "0.10.8" [dependencies.thiserror] version = "1.0.61" [dependencies.totp-lite] version = "2.0.1" [features] default = ["update-notify"] update-notify = ["reqwest/blocking"] [lints.clippy] absolute_paths = "warn" cast_lossless = "warn" clone_on_ref_ptr = "warn" cloned_instead_of_copied = "warn" dbg_macro = "warn" default_trait_access = "warn" empty_enum_variants_with_brackets = "warn" empty_line_after_doc_comments = "warn" empty_line_after_outer_attr = "warn" empty_structs_with_brackets = "warn" enum_glob_use = "warn" equatable_if_let = "warn" explicit_iter_loop = "warn" filetype_is_file = "warn" filter_map_next = "warn" flat_map_option = "warn" float_cmp = "warn" format_push_string = "warn" future_not_send = "warn" if_not_else = "warn" if_then_some_else_none = "warn" implicit_clone = "warn" inconsistent_struct_constructor = "warn" indexing_slicing = "warn" iter_filter_is_ok = "warn" iter_filter_is_some = "warn" iter_not_returning_iterator = "warn" manual_is_variant_and = "warn" manual_let_else = "deny" match_bool = "deny" match_on_vec_items = "deny" missing_assert_message = "warn" missing_const_for_fn = "warn" missing_errors_doc = "warn" option_if_let_else = "warn" option_option = "warn" or_fun_call = "deny" panic = "deny" unwrap_used = "deny" wildcard_imports = "deny" [lints.rust] missing_docs = "warn" unsafe_code = "forbid"