# 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 = "engram" version = "0.2.9" authors = ["Michael Bednarek "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A fast and atomic version control system for portable file backups" readme = "README.md" license = "MPL-2.0" repository = "https://gitlab.com/mbednarek360/engram" [[bin]] name = "engram" path = "src/main.rs" [dependencies.clap] version = "4.5.21" features = ["derive"] [dependencies.ddelta] version = "0.2.1" [dependencies.flate2] version = "1.0.35" [dependencies.gxhash] version = "3.4.1" [dependencies.humantime] version = "2.1.0" [dependencies.ignore] version = "0.4.23" [dependencies.rayon] version = "1.10.0"