scutiger-core 0.3.0

a set of shared functionality for the other Scutiger crates
Documentation
[dependencies.git2]
default-features = false
version = "0.13"

[dependencies.pcre2]
optional = true
version = "^0.2.3"

[dependencies.pkg-config]
version = "^0.3"
[dev-dependencies.tempfile]
version = "3"

[features]
pcre = ["pcre2"]

[package]
authors = ["brian m. carlson <sandals@crustytoothpaste.net>"]
description = "a set of shared functionality for the other Scutiger crates"
include = ["src/**/*.rs", "Cargo.toml", "README.md", "LICENSE"]
license = "MIT"
license-file = "LICENSE"
name = "scutiger-core"
repository = "https://github.com/bk2204/scutiger"
rust-version = "1.41.1"
version = "0.3.0"