omegaupload/common/Cargo.toml

21 lines
473 B
TOML
Raw Normal View History

2021-10-16 16:50:11 +00:00
[package]
name = "omegaupload-common"
version = "0.1.0"
2021-10-22 01:35:54 +00:00
edition = "2021"
2021-10-16 16:50:11 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2021-10-19 09:18:33 +00:00
anyhow = "1"
base64 = "0.13"
2021-10-22 01:35:54 +00:00
bytes = { version = "*", features = ["serde"] }
2021-10-19 09:18:33 +00:00
chacha20poly1305 = "0.9"
2021-10-22 01:35:54 +00:00
chrono = { version = "0.4", features = ["serde"] }
headers = "*"
lazy_static = "1"
2021-10-19 09:18:33 +00:00
rand = "0.8"
2021-10-22 01:35:54 +00:00
serde = { version = "1", features = ["derive"] }
2021-10-19 09:18:33 +00:00
sha2 = "0.9"
thiserror = "1"
url = "2"