# 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" rust-version = "1.74.1" name = "gh-bofh-rs" version = "1.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust implementation of the classic `bofh` command as a GitHub CLI extension." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/AliSajid/gh-bofh-rs" [profile.dev] opt-level = 1 debug = 2 [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = "symbols" [lib] name = "gh_bofh_lib" crate-type = ["lib"] path = "src/gh_bofh_lib/lib.rs" [[bin]] name = "gh-bofh" path = "src/gh_bofh/main.rs" [dependencies.clap] version = "4.5.4" features = [ "env", "derive", ] [dependencies.rand] version = "0.8.5" [dev-dependencies.rstest] version = "0.22.0" [dev-dependencies.sealed_test] version = "1.1.0"