blob: ba6e987c9908696acd9646702053773eeb9b3f29 [file] [log] [blame]
# 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"
rust-version = "1.65"
name = "gix-pathspec"
version = "0.4.0"
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
description = "A crate of the gitoxide project dealing magical pathspecs"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/Byron/gitoxide"
[lib]
doctest = false
[dependencies.bitflags]
version = "2"
[dependencies.bstr]
version = "1.3.0"
features = ["std"]
default-features = false
[dependencies.gix-attributes]
version = "^0.20.0"
[dependencies.gix-config-value]
version = "^0.14.0"
[dependencies.gix-glob]
version = "^0.14.0"
[dependencies.gix-path]
version = "^0.10.0"
[dependencies.thiserror]
version = "1.0.26"
[dev-dependencies.once_cell]
version = "1.12.0"
[dev-dependencies.serial_test]
version = "2.0.0"