# 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 = "biurs" version = "0.4.1" description = "biurs client" homepage = "https://github.com/cemoktra/biurs" readme = "README.md" keywords = [ "backup", "restore", ] license = "MIT" repository = "https://github.com/cemoktra/biurs" resolver = "1" [dependencies.anyhow] version = "1.0.72" [dependencies.biurs-core] version = "0.2.2" [dependencies.clap] version = "4.2.21" features = ["derive"] [dependencies.directories] version = "5.0.1" [dependencies.filetime] version = "0.2.22" [dependencies.fxhash] version = "0.2.1" [dependencies.jsonwebtoken] version = "8.3.0" [dependencies.serde] version = "1.0.183" features = ["derive"] [dependencies.serde_json] version = "1.0.104" [dependencies.tokio] version = "1.31.0" features = [ "fs", "rt-multi-thread", ] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.17" [dependencies.walkdir] version = "2.3.3"