# 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 = "git-slides" version = "0.4.0" authors = ["Quentin Richert "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Navigate through Git commits like presentation slides." readme = "README.md" keywords = [ "git", "presentation", "cli", ] categories = ["command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://github.com/qrichert/git-slides.git" [profile.release] strip = true [[bin]] name = "git-slides" path = "src/main.rs" [[test]] name = "test_bin_git-slides" path = "tests/test_bin_git-slides.rs" [dependencies] [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(tarpaulin_include)"]