# 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 = "r-backups" version = "0.1.2" authors = ["HormigaDev "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Tool for managing databases and backups" homepage = "https://github.com/HormigaDev/r-backups" documentation = "https://docs.rs/r-backups" readme = "README.md" keywords = [ "CLI", "automation", "configuration", "commands", "database", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/HormigaDev/r-backups" [[bin]] name = "r-backups" path = "src/main.rs" [dependencies.bbel-common] version = "0.1.0" [dependencies.clap] version = "3.0" [dependencies.colored] version = "2.0" [dependencies.dotenv] version = "0.15" [dependencies.futures-util] version = "0.3" [dependencies.postgres] version = "0.19" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-postgres] version = "0.7"