# 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 = "2018" name = "memora" version = "0.6.3" authors = ["Andreas Kurth"] description = "A build artifact cache for Git repositories" readme = "README.md" license = "Apache-2.0 OR MIT" repository = "https://github.com/accuminium/memora-rs" [dependencies.Inflector] version = "0.11" [dependencies.clap] version = "2.33" [dependencies.derivative] version = "2.1" [dependencies.env_logger] version = "0.7" [dependencies.file-lock] version = "2.1" [dependencies.log] version = "0.4" [dependencies.regex] version = "1.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde-tuple-vec-map] version = "1.0" [dependencies.serde_yaml] version = "0.8" [dependencies.tuple-transpose] version = "0.1" [dependencies.walkdir] version = "2.3" [dev-dependencies.file_diff] version = "1.0" [dev-dependencies.maplit] version = "1.0" [dev-dependencies.rand] version = "0.7" [dev-dependencies.tempdir] version = "0.3"