git-cf 0.1.2

This is a git extension which compresses files into one file and also restores them from it. It is useful when you need to work with files which is unfamiliar to git, such as binary files or security ones.
[dependencies.clap]
version = "2.33.3"

[dependencies.glob]
version = "0.3.0"

[dependencies.log]
version = "0.4.14"

[dependencies.serde]
features = ["derive"]
version = "1.0.125"

[dependencies.serde_json]
version = "1.0.64"

[dependencies.sha2]
version = "0.9.3"

[dependencies.simplelog]
version = "0.10.0"

[dependencies.termcolor]
version = "1.1.2"

[dependencies.zip]
version = "0.5"

[package]
authors = ["Akihisa Yagi <capra314cabra@gmail.com>"]
categories = ["command-line-utilities", "development-tools", "filesystem"]
description = "This is a git extension which compresses files into one file and also restores them from it. It is useful when you need to work with files which is unfamiliar to git, such as binary files or security ones."
edition = "2018"
homepage = "https://github.com/capra314cabra/git-cf"
keywords = ["git", "extension", "binary"]
license = "MIT OR Apache-2.0"
name = "git-cf"
readme = "README.md"
repository = "https://github.com/capra314cabra/git-cf"
version = "0.1.2"