# 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 = "aikido" version = "0.0.1" authors = ["Gabriel Falcão "] description = "Aikido is a set of tools for the self-defense of MacOS users" documentation = "https://docs.rs/aikido" license = "GPL-3.0-or-later" [lib] name = "aikido" path = "src/mod.rs" [[bin]] name = "aikido" path = "src/cli/mod.rs" bench = false [dependencies.chrono] version = "0.4.26" [dependencies.clap] version = "4.3.11" features = ["derive"] [dependencies.gitoxide] version = "0.27.0" [dependencies.tera] version = "1.19.0"