[package] name = "git-mix" version = "0.1.5" authors = ["detailyang "] description = "Mix the git data with AES-256-ECB mode" documentation = "https://github.com/detailyang/git-mix" repository = "https://github.com/detailyang/git-mix" readme = "README.md" keywords = ["git", "mix", "clean", "smudge"] license-file = "LICENSE" [badges] travis-ci = { repository = "detailyang/git-mix", branch = "master" } [dependencies] rust-crypto = "0.2" rand = "0.3.16" clap = "2.26.0" base64 = "~0.6.0" [lib] name = "mix" path = "src/lib.rs" [[bin]] name = "git-mix" path = "src/main.rs"