# 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 = "rustic_scheduler" version = "0.1.2" authors = ["the rustic-rs team"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ rustic scheduler - a client/server application to schedule regular backups on many clients to one identical repository controlled by a central scheduling server. """ homepage = "https://rustic.cli.rs/" readme = "README.md" keywords = [ "backup", "restic", "cli", "scheduler", ] categories = ["command-line-utilities"] license = "Apache-2.0 OR MIT" repository = "https://github.com/rustic-rs/rustic_scheduler" [package.metadata.wix] eula = false license = false path-guid = "D3BCB70C-354E-405C-A25E-431453E4CB58" upgrade-guid = "C23C558D-97A1-454A-8B23-DA1368EE51A0" [profile.bench] opt-level = 3 lto = true codegen-units = 1 debug = 2 debug-assertions = false rpath = false [profile.dev] opt-level = 0 lto = false codegen-units = 4 debug = 2 debug-assertions = true rpath = false [profile.dev.package."*"] opt-level = 3 debug = 2 [profile.dist] lto = "thin" inherits = "release" [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 debug = 0 debug-assertions = false rpath = false panic = "abort" strip = true [profile.test] opt-level = 1 lto = false codegen-units = 4 debug = 2 debug-assertions = true rpath = false [lib] name = "rustic_scheduler" path = "src/lib.rs" [[bin]] name = "rustic-scheduler-client" path = "src/bin/rustic-scheduler-client.rs" [[bin]] name = "rustic-scheduler-server" path = "src/bin/rustic-scheduler-server.rs" [dependencies.anyhow] version = "1" [dependencies.axum] version = "0.7.6" features = ["ws"] [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4" [dependencies.clap_derive] version = "4.5.18" [dependencies.cron] version = "0.12" [dependencies.env_logger] version = "0.11" [dependencies.gethostname] version = "0.5.0" [dependencies.log] version = "0.4.22" [dependencies.rustic_core] version = "0.1.2" [dependencies.sailfish] version = "0.9" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1.0.210" [dependencies.serde_json] version = "1" [dependencies.serde_with] version = "3" [dependencies.tokio] version = "1" features = ["full"] [dependencies.toml] version = "0.8.19" [dependencies.tungstenite] version = "0.21" [dependencies.url] version = "2.5" [target."cfg(not(windows))".dependencies.sha2] version = "0.10.8" features = ["asm"] [target."cfg(windows)".dependencies.sha2] version = "0.10.8"