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