[dependencies.base64]
version = "0.22.1"
[dependencies.chrono]
version = "0.4.41"
[dependencies.faster-hex]
default-features = false
version = "0.10.0"
[dependencies.gix]
default-features = false
features = ["serde"]
version = "0.72.1"
[dependencies.log]
version = "0.4.27"
[dependencies.postcard]
default-features = false
features = ["alloc"]
version = "1.1.1"
[dependencies.redb]
version = "2.6.0"
[dependencies.serde]
features = ["derive"]
version = "1.0.219"
[dependencies.sha2]
version = "0.10.9"
[dependencies.simd-json]
default-features = false
features = ["runtime-detection"]
version = "0.15.1"
[dependencies.thiserror]
version = "2.0.12"
[dependencies.url]
default-features = false
features = ["serde"]
version = "2.5.4"
[dev-dependencies.pretty_assertions]
default-features = true
version = "1.4.1"
[lib]
name = "git_bug"
path = "src/lib.rs"
[lints.clippy]
dbg_macro = "warn"
[lints.clippy.all]
level = "warn"
priority = -1
[lints.clippy.complexity]
level = "warn"
priority = -1
[lints.clippy.correctness]
level = "warn"
priority = -1
[lints.clippy.pedantic]
level = "warn"
priority = -1
[lints.clippy.perf]
level = "warn"
priority = -1
[lints.clippy.style]
level = "warn"
priority = -1
[lints.clippy.suspicious]
level = "warn"
priority = -1
[lints.rust]
macro_use_extern_crate = "warn"
meta_variable_misuse = "warn"
missing_abi = "warn"
missing_copy_implementations = "warn"
missing_debug_implementations = "warn"
missing_docs = "warn"
non_ascii_idents = "warn"
noop_method_call = "warn"
single_use_lifetimes = "warn"
trivial_casts = "warn"
trivial_numeric_casts = "warn"
unreachable_pub = "warn"
unsafe_op_in_unsafe_fn = "warn"
unused_crate_dependencies = "warn"
unused_import_braces = "warn"
unused_lifetimes = "warn"
unused_qualifications = "warn"
variant_size_differences = "warn"
warnings = "warn"
[lints.rust.future_incompatible]
level = "warn"
priority = -1
[lints.rust.let_underscore]
level = "warn"
priority = -1
[lints.rust.nonstandard_style]
level = "warn"
priority = -1
[lints.rust.rust_2018_compatibility]
level = "warn"
priority = -1
[lints.rust.rust_2018_idioms]
level = "warn"
priority = -1
[lints.rust.rust_2021_compatibility]
level = "warn"
priority = -1
[lints.rust.unused]
level = "warn"
priority = -1
[lints.rustdoc]
bare_urls = "warn"
broken_intra_doc_links = "warn"
invalid_codeblock_attributes = "warn"
invalid_rust_codeblocks = "warn"
missing_crate_level_docs = "warn"
private_doc_tests = "warn"
private_intra_doc_links = "warn"
[package]
authors = ["Benedikt Peetz <benedikt.peetz@b-peetz.de>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = []
description = "A rust library for interfacing with git-bug repositories"
edition = "2024"
keywords = []
license = "GPL-3.0-or-later"
name = "git-bug"
readme = "README.md"
repository = "https://git.foss-syndicate.org/vhack.eu/git_bug/git_bug/"
resolver = "2"
rust-version = "1.85.0"
version = "0.2.1"
[package.metadata.docs.rs]
all-features = true