# 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 = "breezy" version = "3.3.4" authors = [ "Martin Packman ", "Jelmer Vernooij ", ] include = [ "src/*.rs", "breezy/main.rs", "README.rst", ] default-run = "brz" description = "Friendly distributed version control system" homepage = "https://www.breezy-vcs.org/" documentation = "https://www.breezy-vcs.org/doc/" license = "GPL-2.0+" license-file = "COPYING.txt" repository = "https://code.launchpad.net/brz" [lib] [[bin]] name = "brz" path = "breezy/main.rs" [dependencies.breezy-osutils] version = ">=3.3.4" [dependencies.chrono] version = "0.4" [dependencies.gettext-rs] version = "0.7" optional = true [dependencies.log] version = "0.4" [dependencies.pyo3] version = ">=0.17, <0.19" [features] default = ["i18n"] i18n = ["dep:gettext-rs"] [target."cfg(unix)".dependencies.nix] version = ">=0.26"