# 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 = "lfspull" version = "0.3.1" authors = ["Volume Graphics GmbH"] description = "A simple git lfs file pulling implementation in pure rust. Can only pull files / folders and only support token-auth for now." homepage = "https://github.com/VolumeGraphics/lfspull" documentation = "https://docs.rs/lfspull" readme = "README.md" license = "MIT" repository = "https://github.com/VolumeGraphics/lfspull" [[test]] name = "lfspull" harness = false [dependencies.bytes] version = "1.4" [dependencies.clap] version = "4.1" features = [ "derive", "env", ] [dependencies.enable-ansi-support] version = "0.2" [dependencies.futures-util] version = "0.3.30" [dependencies.glob] version = "0.3" [dependencies.hex] version = "0.4" [dependencies.http] version = "0.2" [dependencies.reqwest] version = "0.11" features = [ "json", "stream", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10" [dependencies.tempfile] version = "3.12" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", "fs", ] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" [dependencies.url] version = "2.3" [dependencies.vg_errortools] version = "0.1.0" features = ["tokio"] [dev-dependencies.cucumber] version = "0.19.1" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", "time", ] [dev-dependencies.uuid] version = "1.2" features = [ "serde", "v4", ]