1
1
mirror of https://github.com/Byron/gitoxide synced 2025-10-06 01:52:40 +02:00
Files
gitoxide/gix-traverse/Cargo.toml

28 lines
830 B
TOML

lints.workspace = true
[package]
name = "gix-traverse"
version = "0.47.0"
repository = "https://github.com/GitoxideLabs/gitoxide"
license = "MIT OR Apache-2.0"
description = "A crate of the gitoxide project"
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
edition = "2021"
include = ["src/**/*", "LICENSE-*"]
rust-version = "1.70"
autotests = false
[lib]
doctest = false
[dependencies]
gix-hash = { version = "^0.19.0", path = "../gix-hash" }
gix-object = { version = "^0.50.2", path = "../gix-object" }
gix-date = { version = "^0.10.5", path = "../gix-date" }
gix-hashtable = { version = "^0.9.0", path = "../gix-hashtable" }
gix-revwalk = { version = "^0.21.0", path = "../gix-revwalk" }
gix-commitgraph = { version = "^0.29.0", path = "../gix-commitgraph" }
smallvec = "1.15.1"
thiserror = "2.0.0"
bitflags = "2"