# 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 = "dusa" version = "1.2.6" description = "A client and server model application for encrypting files and texted based on recs_lib" license = "MIT" [lib] name = "dusa_common" path = "src/shared/shared.rs" [[bin]] name = "server" path = "src/daemon/server.rs" [[bin]] name = "client" path = "src/client/client.rs" [dependencies.clap] version = "4.4" features = [ "wrap_help", "cargo", ] [dependencies.clap_complete] version = "4.4" [dependencies.clap_mangen] version = "0.2" [dependencies.dusa_collection_utils] version = "2.3.2" [dependencies.nix] version = "0.20" [dependencies.recs_lib] version = "2.5.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.simple_pretty] version = "0.1.0" [dependencies.simple_tmp_logger] version = "1.2.1" [dependencies.users] version = "0.9.0"