contego/Cargo.toml
dependabot[bot] be113f59a8
Bump aes-gcm from 0.10.2 to 0.10.3 (#4)
Bumps [aes-gcm](https://github.com/RustCrypto/AEADs) from 0.10.2 to 0.10.3.
- [Commits](https://github.com/RustCrypto/AEADs/compare/aes-gcm-v0.10.2...aes-gcm-v0.10.3)

---
updated-dependencies:
- dependency-name: aes-gcm
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-22 23:58:57 +03:00

25 lines
523 B
TOML

[package]
name = "contego"
version = "0.4.0"
authors = ["17ms"]
description = "A small CLI tool for quick file transfers"
repository = "https://github.com/17ms/contego"
license = "MIT"
edition = "2021"
[dependencies]
tokio = { version = "1.28.1", features = ["full"] }
rand = "0.7.0"
x25519-dalek = "1.2.0"
aes-gcm = "0.10.3"
base64 = "0.21.2"
sha256 = "1.1.3"
ureq = "2.6.2"
clap = { version = "4.3.0", features = ["derive"] }
log = "0.4.17"
env_logger = "0.10.0"
[dev-dependencies]
tokio-test = "0.4.2"
ntest = "0.9.0"