# 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 = "cargo-mtime" version = "0.1.1" description = "Simple tool to manage file mtime values in sandboxed compilation." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/tgolsson/cargo-mtime" [dependencies.async-walkdir] version = "1.0.0" [dependencies.color-eyre] version = "0.6.2" [dependencies.filetime] version = "0.2.23" [dependencies.futures] version = "0.3.30" [dependencies.sha256] version = "1.5.0" [dependencies.speedy] version = "0.8.7" [dependencies.tokio] version = "1.36.0" features = [ "rt-multi-thread", "fs", "io-std", "io-util", "sync", "macros", "signal", ]