# 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_core" version = "0.2.1" authors = ["Stan Drozd "] description = "The backing library for the nip git-ipfs helper" readme = "README.md" keywords = ["git", "ipfs", "libgit2", "p2p"] categories = [] license = "BSD-3-Clause" repository = "https://github.com/drozdziak1/nip_core" [dependencies.byteorder] version = "1.2" [dependencies.env_logger] version = "0.5" [dependencies.failure] version = "0.1" [dependencies.futures] version = "0.1" [dependencies.git2] version = "0.7" [dependencies.hyper] version = "0.12" [dependencies.ipfs-api] version = "0.5" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" [dependencies.serde_cbor] version = "0.9" [dependencies.serde_derive] version = "1.0" [dependencies.tokio] version = "0.1" [features] default = ["migrations"] migrations = [] [badges.maintenance] status = "actively-developed" [badges.travis-ci] repository = "drozdziak1/nip_core"