# 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 = "gitpatcher" version = "0.2.3" authors = ["Techcable "] description = "A library that uses git to maintain a set of patches around a submodule" readme = "README.md" license = "MIT" repository = "https://github.com/Techcable/gitpatcher" [profile.release] opt-level = 3 lto = "thin" panic = "abort" [dependencies.arrayvec] version = "0.7.2" [dependencies.bstr] version = "1.5" [dependencies.camino] version = "1.1.6" [dependencies.diffy] version = "0.3" [dependencies.git2] version = "0.18" default-features = false [dependencies.nom] version = "7.1.3" [dependencies.slog] version = "2.7" [dependencies.thiserror] version = "1" [dependencies.time] version = "0.3" features = [ "macros", "parsing", ] [dev-dependencies.anyhow] version = "1" [dev-dependencies.testdir] version = "0.8" [build-dependencies.rustversion] version = "1"