# 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] rust-version = "1.41.1" name = "scutiger-lfs" version = "0.3.0" authors = ["brian m. carlson "] include = [ "src/**/*.rs", "Cargo.toml", "Cargo.lock", "README.md", "LICENSE", ] description = "a set of Git LFS-related utilities" license = "MIT" license-file = "LICENSE" repository = "https://github.com/bk2204/scutiger" [lib] name = "scutiger_lfs" path = "src/lib.rs" [[bin]] name = "git-lfs-transfer" path = "src/bin/git-lfs-transfer.rs" [dependencies.bytes] version = "0.4" [dependencies.chrono] version = "^0.4" [dependencies.clap] version = "^2.32" [dependencies.digest] version = "0.9" [dependencies.git2] version = "0.13" default-features = false [dependencies.hex] version = "0.4" [dependencies.libc] version = "^0.2" [dependencies.pkg-config] version = "^0.3" [dependencies.scutiger-core] version = "0.3.0" features = [] [dependencies.sha2] version = "0.9" [dependencies.tempfile] version = "3" [dev-dependencies.pretty_assertions] version = "0.6" [target."cfg(unix)".dependencies.passwd] version = "0.0"