# 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 = "s3-sync-rs" version = "2023.4.3" description = "Sync local folder(s) to an S3 backend" readme = "README.md" license = "MIT" repository = "https://github.com/openartcoded/s3-sync-rs" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = "symbols" [dependencies.aws-config] version = "0.56.1" [dependencies.aws-sdk-s3] version = "0.33.0" [dependencies.aws-smithy-http] version = "0.56.1" [dependencies.aws-smithy-types] version = "0.56.1" [dependencies.chrono] version = "0.4.31" [dependencies.cron] version = "0.12.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.paho-mqtt] version = "0.12.2" features = ["bundled"] default-features = false [dependencies.serde] version = "1.0.189" features = ["derive"] [dependencies.serde_json] version = "1.0.107" [dependencies.time] version = "0.3.29" features = [ "formatting", "local-offset", "macros", ] [dependencies.tokio] version = "1.29.1" features = [ "rt", "macros", "rt-multi-thread", ] [dependencies.tokio-stream] version = "0.1.14" features = ["fs"] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.17" features = [ "env-filter", "time", "local-time", ]