# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "persy_expimp" version = "1.1.0" authors = ["Tglman "] description = "Export and Import data from Persy single file transactional persistence engine" readme = "README.md" keywords = [ "export", "import", "database", "json", ] categories = ["command-line-utilities"] license = "MPL-2.0" repository = "https://gitlab.com/tglman/persy_expimp" [package.metadata.docs.rs] all-features = true [[bin]] name = "persy_expimp" required-features = [ "json", "cli", ] [dependencies.bincode] version = "1.3" optional = true [dependencies.data-encoding] version = "2.1" optional = true [dependencies.persy] version = "1" [dependencies.serde] version = "1.0" optional = true [dependencies.serde_derive] version = "1.0" optional = true [dependencies.serde_json] version = "1.0" optional = true [dependencies.structopt] version = "0.3" optional = true [features] binary = [ "bincode", "serde", "serde_derive", ] cli = ["structopt"] json = [ "serde_json", "data-encoding", "serde", "serde_derive", ] [badges.gitlab] branch = "master" repository = "tglman/persy_expimp"