# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "packfile" version = "0.1.2" authors = ["Jordan Doyle "] exclude = ["/.github"] description = "A simple library providing utilities to generate Git Packfiles in memory and send them to clients" readme = "README.md" keywords = [ "git", "packfile", "in-memory", "protocol", ] categories = ["development-tools"] license = "WTFPL" repository = "https://github.com/w4/packfile" [dependencies.bytes] version = "1.2" [dependencies.flate2] version = "1.0" [dependencies.hex] version = "0.4" [dependencies.indexmap] version = "2.0" [dependencies.itoa] version = "1.0" [dependencies.sha1] version = "0.10" [dependencies.thiserror] version = "1.0" [dependencies.time] version = "0.3.15" [dependencies.tokio-util] version = "0.7" features = ["codec"] optional = true [dependencies.tracing] version = "0.1" optional = true [dev-dependencies.insta] version = "1.29" features = ["filters"] [dev-dependencies.tempfile] version = "3.5" [features] default = [ "tokio-util", "tracing", ]