# 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 = "nip" version = "0.3.0" authors = ["Stan Drozd "] description = "A git remote helper for IPFS that puts your files Nowhere In Particular" readme = "README.md" keywords = ["git", "ipfs", "libgit2", "decentralization"] categories = ["command-line-utilities"] license = "BSD-3-Clause" repository = "https://github.com/drozdziak1/nip" [profile.release] debug = true [[bin]] name = "git-remote-nip" path = "src/git_remote_nip.rs" [[bin]] name = "nipctl" path = "src/nipctl.rs" [dependencies.clap] version = "2.32" [dependencies.colored] version = "1.6" [dependencies.docopt] version = "1.0" [dependencies.env_logger] version = "0.5" [dependencies.failure] version = "0.1" [dependencies.git2] version = "0.7" [dependencies.ipfs-api] version = "0.5" [dependencies.log] version = "0.4" [dependencies.nip_core] version = "0.2" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "0.1" [badges.maintenance] status = "actively-developed" [badges.travis-ci] repository = "drozdziak1/nip"