# 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 = "filesync" version = "0.1.2" authors = ["Vi "] description = "Sync files between different sources" homepage = "https://github.com/mistodon/filesync" readme = "README.md" keywords = [ "fs", "s3", "file", "sync", ] categories = [ "filesystem", "network-programming", ] license = "CC0-1.0" repository = "https://github.com/mistodon/filesync" [package.metadata.docs.rs] all-features = true [dependencies.async-trait] version = "0.1" [dependencies.aws-sdk-s3] version = "0.29" optional = true [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.filetime] version = "0.2" [dependencies.ignore] version = "0.4" [dependencies.md5] version = "0.7" [dependencies.thiserror] version = "1" [dev-dependencies.aws-config] version = "0.56" [dev-dependencies.aws-sdk-s3] version = "0.29" [dev-dependencies.pollster] version = "0.3" [dev-dependencies.pretty_assertions] version = "1.4" [dev-dependencies.tokio] version = "1" features = ["full"] [features] default = ["s3"] s3 = ["aws-sdk-s3"] s3_integration_test = ["s3"]