# 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 = "diffedit3" version = "0.5.0" build = false include = [ "/src", "/webapp/dist", "/*.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Edit diffs in a 3-pane view" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/ilyagr/diffedit3" [package.metadata.binstall] pkg-url = "{ repo }/releases/download/v{ version }/diffedit3-v{ version }-{ target }.{ archive-format }" [lib] name = "diffedit3" path = "src/lib.rs" [[bin]] name = "diffedit3" path = "src/bin/diffedit3.rs" [dependencies.clap] version = "4.5.18" features = ["derive"] [dependencies.indexmap] version = "2.5.0" features = ["serde"] [dependencies.open] version = "5.3.0" [dependencies.parking_lot] version = "0.12.2" [dependencies.poem] version = "3.1.0" features = ["embed"] [dependencies.rust-embed] version = "8.5.0" features = ["include-exclude"] [dependencies.serde] version = "1.0.210" features = ["serde_derive"] [dependencies.thiserror] version = "1.0.64" [dependencies.tokio] version = "1.38.0" features = [ "macros", "rt-multi-thread", "signal", ] [dependencies.toml] version = "0.8.15" features = ["indexmap"] [dependencies.tracing-subscriber] version = "0.3.18" [dependencies.walkdir] version = "2.4.0" [dev-dependencies.assert_matches] version = "1.5.0" [dev-dependencies.indoc] version = "2.0.4" [dev-dependencies.insta] version = "1.40.0" features = [ "redactions", "serde", "yaml", "json", ] [dev-dependencies.itertools] version = "0.13.0" [dev-dependencies.tempfile] version = "3.11.0" [dev-dependencies.txtar] version = "1.0.0"