aws-athena-parser 0.1.5

Athena parser to convert Athena ResultSet into user defined Structs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "aws-athena-parser"
version = "0.1.5"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Athena parser to convert Athena ResultSet into user defined Structs"
repository = "https://github.com/Surphix/aws_athena_parser"
keywords = ["database", "aws", "athena"]
categories = ["database"]
authors = ["Eric Howard <erichoward@live.ca>"]
readme = "README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
from-athena-derive = { version = "0.1.0", path = "../from-athena-derive" }
aws-sdk-athena = { version = "1.19.0" }
tokio = { version = "1", features = ["full"] }
anyhow = { version = "1.0.82" }