# 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 = "devsync" version = "0.3.2" authors = ["Jochen Henneberg "] description = "Backup tool for software developers - an object driven approach" homepage = "https://github.com/Henneberg-Systemdesign/devsync" readme = "README.md" keywords = [ "backup", "developer", ] categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/Henneberg-Systemdesign/devsync" [profile.release] strip = "symbols" [dependencies.bitflags] version = "2.3.1" [dependencies.cfg-match] version = "0.2.1" [dependencies.crossbeam] version = "0.8.2" [dependencies.crossterm] version = "0.26.1" [dependencies.getopts] version = "0.2.21" [dependencies.git2] version = "0.17.2" [dependencies.libc] version = "0.2.146" [dependencies.log] version = "0.4.18" [dependencies.simple_logger] version = "4.1.0" [dependencies.tui] version = "0.19.0" [dependencies.users] version = "0.11.0" [dependencies.xml-rs] version = "0.8.14"