# 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 = "git-cf" version = "0.1.2" authors = ["Akihisa Yagi "] 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." homepage = "https://github.com/capra314cabra/git-cf" readme = "README.md" keywords = ["git", "extension", "binary"] categories = ["command-line-utilities", "development-tools", "filesystem"] license = "MIT OR Apache-2.0" repository = "https://github.com/capra314cabra/git-cf" [dependencies.clap] version = "2.33.3" [dependencies.glob] version = "0.3.0" [dependencies.log] version = "0.4.14" [dependencies.serde] version = "1.0.125" features = ["derive"] [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"