bcheck 0.3.3

library that can read and write bcheck and tsv files, which are generated by BCheckbook for iOS and Mac
Documentation
[package]
name = "bcheck"
version = "0.3.3"
authors = ["Bryce Campbell <tonyhawk2100@gmail.com"]
edition = "2018"
license = "MIT"
description = "library that can read and write bcheck and tsv files, which are generated by BCheckbook for iOS and Mac"
homepage = "https://gthub.com/bryceac/bcheck"
readme = "README.mediawiki"
repository = "https://github.com/bryceac/bcheck"
keywords = ["bcheck", "json", "bcheckbook", "tsv"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
chrono = { version = "0.4", features = ["serde"] }
uuid = { version = "0.8", features = ["v4"] }
ordered-float = { version = "2.7", features = ["serde"] }
regex = "1"

[dev-dependencies]
pretty_assertions = "0.7.2"