# 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 = "gitpushup" version = "0.1.14" authors = ["Waldir Borba Junior "] description = "GitPushUp in rust!" homepage = "https://github.com/waldirborbajr/gitpushup" readme = "README.md" keywords = [ "gitpushup", "git", "cli", "terminal", ] license = "MIT" repository = "https://github.com/waldirborbajr/gitpushup" [profile.ci] debug = 0 inherits = "dev" strip = false [profile.dev] panic = "abort" [profile.profiling] debug = 2 inherits = "release" strip = false [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 0 panic = "abort" strip = true [profile.release-lto] opt-level = 3 lto = "fat" codegen-units = 1 debug = 0 debug-assertions = false panic = "abort" overflow-checks = false incremental = false inherits = "release" strip = "symbols" [[bin]] name = "gitpushup" path = "src/main.rs" [dependencies.anyhow] version = "1.0.79" [dependencies.colorful] version = "0.2.2" [dependencies.names] version = "0.14.0" [dependencies.regex] version = "1.10.3"