breezyshim 0.1.62

Rust shim around the Breezy Python API
Documentation
[dependencies.chrono]
version = "0.4"

[dependencies.debversion]
features = ["python-debian"]
optional = true
version = "0.2"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.pyo3]
features = ["serde"]
version = ">=0.18"

[dependencies.pyo3-filelike]
version = ">=0.1"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.tempfile]
version = "3.6.0"

[dependencies.url]
features = ["serde"]
version = "2"
[dev-dependencies.pyo3]
features = ["auto-initialize"]
version = ">=0.18"

[features]
auto-initialize = ["pyo3/auto-initialize"]
debian = ["dep:debversion"]
default = ["debian"]

[package]
authors = ["Martin Packman <gzlist@googlemail.com>", "Jelmer Vernooij <jelmer@jelmer.uk>"]
description = "Rust shim around the Breezy Python API"
documentation = "https://www.breezy-vcs.org/doc/"
edition = "2021"
homepage = "https://www.breezy-vcs.org/"
license = "GPL-2.0+"
name = "breezyshim"
readme = "README.md"
repository = "https://code.launchpad.net/breezyshim"
version = "0.1.62"