[package]
edition = "2018"
name = "persy_expimp"
version = "0.1.0"
authors = ["Tglman <tglman@tglman.com>"]
description = "Export and Import data from Persy single file transactional peristence engine"
readme = "README.md"
keywords = ["export", "import", "database", "json"]
categories = ["command-line-utilities"]
license = "MPL-2.0"
repository = "https://gitlab.com/tglman/persy_expimp"
[[bin]]
name = "persy_expimp"
required-features = ["json", "cli"]
[dependencies.data-encoding]
version = "2.1"
optional = true
[dependencies.persy]
version = "0.5"
[dependencies.serde_json]
version = "1.0"
optional = true
[dependencies.structopt]
version = "0.2"
optional = true
[features]
cli = ["structopt"]
json = ["serde_json", "data-encoding"]
[badges.gitlab]
branch = "master"
repository = "tglman/persy_expimp"