# 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 = "ghlink" version = "0.2.21" authors = ["Matthew Dargan "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Create GitHub permanent links to specified file lines" readme = "README.md" keywords = [ "git", "github", ] categories = [ "command-line-utilities", "development-tools", ] license = "BSD-3-Clause" repository = "https://github.com/matthewdargan/ghlink" [lib] name = "ghlink" path = "src/lib.rs" [[bin]] name = "ghlink" path = "src/bin/ghlink.rs" [dependencies.gix] version = "0.64.0" [dev-dependencies.gix-testtools] version = "0.15.0" [dev-dependencies.regex] version = "1.10.6" [dev-dependencies.serial_test] version = "3.1.1" [dev-dependencies.tempfile] version = "3.12.0" [lints.clippy.pedantic] level = "warn" priority = 0