fluidattacks-core 0.1.3

Fluid Attacks Core Library
Documentation
[package]
name = "fluidattacks-core"
version = "0.1.3"
edition = "2021"
description = "Fluid Attacks Core Library"
license = "MPL-2.0"
repository = "https://gitlab.com/fluidattacks/universe"
authors = ["Development <development@fluidattacks.com>"]
readme = "README.md"
keywords = ["security", "git", "aws"]

[dependencies]
anyhow = "1"
base64 = "0.22"
flate2 = "1"
ignore = "0.4"
regex = "1"
reqwest = { version = "0.12", features = ["gzip"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
similar = "2"
tar = "0.4"
tempfile = "3"
tokio = { version = "1", features = ["full"] }
tracing = "0.1"
url = "2"
walkdir = "2"
aws-sdk-sts = "1"
aws-config = "1"
uuid = { version = "1", features = ["v4"] }

[dev-dependencies]
tokio = { version = "1", features = ["full"] }
tempfile = "3"