27 lines
662 B
TOML
27 lines
662 B
TOML
[package]
|
|
name = "yama_wormfile_s3"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
yama_wormfile = { version = "0.1.0", path = "../yama_wormfile" }
|
|
|
|
#ouroboros = "0.15.6"
|
|
rust-s3 = { version = "0.33.0-beta5", features = ["with-tokio"] }
|
|
async-trait = "0.1.68"
|
|
tokio = { version = "1.27.0", features = ["io-std"] }
|
|
rand = "0.8.5"
|
|
thiserror = "1.0.40"
|
|
|
|
tokio-stream = "0.1.12"
|
|
tokio-util = "0.7.7"
|
|
bytes = "1.4.0"
|
|
uuid = { version = "1.3.0", features = ["fast-rng", "v4"] }
|
|
|
|
eyre = "0.6.8"
|
|
|
|
[dev-dependencies]
|
|
tokio = { version = "1.27.0", features = ["full"] }
|