rucash 0.1.3

read Gnucash sql file
Documentation
[[bench]]
harness = false
name = "benchmark"
[dependencies.chrono]
version = "0.4"

[dependencies.criterion]
version = "0.3"

[dependencies.either]
version = "1.6"

[dependencies.futures]
version = "0.3"

[dependencies.itertools]
version = "0.10"

[dependencies.rust_decimal]
version = "1.13"

[dependencies.rust_decimal_macros]
version = "1.13"

[dependencies.sqlx]
features = ["runtime-async-std-native-tls", "sqlite", "postgres", "mysql", "chrono", "decimal"]
version = "0.5"

[dependencies.xmltree]
version = "0.10"

[lib]
crate-type = ["cdylib", "rlib"]
name = "rucash"

[package]
authors = ["zWindr <zpsyhapcst@gmail.com>"]
categories = ["database"]
description = "read Gnucash sql file"
edition = "2018"
keywords = ["gnucash"]
license = "MIT OR Apache-2.0"
name = "rucash"
readme = "README.md"
repository = "https://github.com/z-Wind/rucash"
version = "0.1.3"