# 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" rust-version = "1.80.1" name = "vivo" version = "0.1.0" authors = ["Daniel Tucker "] build = false include = [ "src/**/*", "LICENSE-*", "README.md", "config/**/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = """ [WIP] Vivo - restic backup w/ sync to b2 """ documentation = "https://docs.rs/vivo" readme = "README.md" keywords = [ "backup", "restic", "encryption", "cli", "b2", ] categories = ["command-line-utilities"] license = "Apache-2.0 OR MIT" repository = "https://codeberg.org/tuck/vivo" resolver = "2" [lib] name = "vivo" path = "src/lib.rs" [[bin]] name = "vivo" path = "src/bin/vivo.rs" test = true bench = true doc = true harness = true edition = "2021" [dependencies.clap] version = "4.3.13" features = ["cargo"] [dependencies.colored] version = "2.1" [dependencies.env_logger] version = "0.11.5" [dependencies.knuffel] version = "3.2.0" [dependencies.log] version = "0.4.22" [dependencies.miette] version = "7.2.0" features = ["fancy"] [dependencies.regex] version = "1.10.6" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yml] version = "0.0.12" [dependencies.term_size] version = "0.3.2"