# 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 = "security-cam-common" version = "0.1.5" description = "common code used by personal shuttle projects for creating Stream objects to send encrypted/decrypted files in chunks over the network." readme = "README.md" license = "MIT" [dependencies.actix-web] version = "4.4.0" features = ["openssl"] [dependencies.aes-gcm] version = "0.10.3" features = ["stream"] [dependencies.argon2] version = "0.5.2" [dependencies.async-stream] version = "0.3.5" [dependencies.base64] version = "0.21.5" [dependencies.futures-core] version = "0.3.29" [dependencies.shuttle-runtime] version = "0.33.0" [dependencies.tokio-stream] version = "0.1.14"