-
Notifications
You must be signed in to change notification settings - Fork 2
/
Cargo.toml
34 lines (31 loc) · 856 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[package]
name = "s3-rust-noodles-bam"
version = "0.4.0"
authors = ["Roman Valls Guimera <[email protected]>"]
edition = "2021"
[dependencies]
bytes = "1"
tokio-util = { version = "0.7", features = ["io"] }
futures-util = "0.3"
jemallocator = "0.3"
url = "2"
serde = "^1"
serde_derive = "^1"
serde_json = "^1"
lambda_http = { version = "0.5" }
lambda_runtime = { version = "0.5" }
tracing = { version = "0.1" }
aws-sdk-s3 = { version = "0.11" }
aws-config = { version = "0.11" }
tracing-futures = "0.2"
tracing-subscriber = { version = "0.3", features = ["registry", "env-filter"] }
tracing-log = "0.1"
tokio = { version = "1" }
noodles = { version = "0.22", features = ["bam", "sam"] }
noodles-bam = { version = "0.18", features = ["async"] }
[dev-dependencies]
s3-server = "0.2"
#[profile.release]
#lto = true
#opt-level = 'z'
#codegen-units = 1