# 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 = "restack" version = "0.8.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Teaches git rebase --interactive about your branches." homepage = "https://github.com/abhinav/restack" documentation = "https://github.com/abhinav/restack/blob/main/README.md" readme = "README.md" license = "GPL-2.0" repository = "https://github.com/abhinav/restack" [profile.release] opt-level = "z" lto = true panic = "abort" [[bin]] name = "restack" path = "src/main.rs" test = true doctest = false [[test]] name = "integration" path = "tests/integration.rs" [dependencies.anyhow] version = "1.0" [dependencies.lexopt] version = "0.3.0" [dependencies.tempfile] version = "3.5.0" [dev-dependencies.duct] version = "0.13.6" [dev-dependencies.indoc] version = "2.0.1" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.pretty_assertions] version = "1.3.0" [dev-dependencies.rstest] version = "0.21.0"