# 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 = "recs_lib" version = "3.1.1" authors = ["Darrion "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A confusing library for encrypting files and text" readme = "README" license = "MIT" [lib] name = "recs" path = "src/lib.rs" [dependencies.aes] version = "0.7.5" [dependencies.base64] version = "0.21.0" [dependencies.block-modes] version = "0.8.1" [dependencies.dusa_collection_utils] version = "^3.0.4" [dependencies.glob] version = "0.3.1" [dependencies.hex] version = "0.4.3" [dependencies.hmac] version = "0.12.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.nix] version = "0.20.0" [dependencies.once_cell] version = "1.19.0" [dependencies.rand] version = "0.8.5" [dependencies.rand_core] version = "0.6" features = ["std"] [dependencies.ring] version = "0.16.20" [dependencies.serde] version = "1.0.126" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [dependencies.sha2] version = "0.10" [dependencies.simple_tmp_logger] version = "1.2.1" [dependencies.substring] version = "1.4.5" [dependencies.sysinfo] version = "0.28.1" [dependencies.tempfile] version = "3.13.0" [dependencies.tokio] version = "1.41.1"