persy_expimp 0.1.0

Export and Import data from Persy single file transactional peristence engine
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[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"