[package]
edition = "2021"
name = "sal-git"
version = "0.1.0"
authors = ["PlanetFirst <info@incubaid.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SAL Git - Git repository management and operations"
readme = "README.md"
license = "Apache-2.0"
repository = "https://git.threefold.info/herocode/sal"
[lib]
name = "sal_git"
path = "src/lib.rs"
[[test]]
name = "git_executor_security_tests"
path = "tests/git_executor_security_tests.rs"
[[test]]
name = "git_executor_tests"
path = "tests/git_executor_tests.rs"
[[test]]
name = "git_integration_tests"
path = "tests/git_integration_tests.rs"
[[test]]
name = "git_tests"
path = "tests/git_tests.rs"
[[test]]
name = "rhai_advanced_tests"
path = "tests/rhai_advanced_tests.rs"
[[test]]
name = "rhai_tests"
path = "tests/rhai_tests.rs"
[dependencies.log]
version = "0.4"
[dependencies.redis]
version = "0.31.0"
[dependencies.regex]
version = "1.8.1"
[dependencies.rhai]
version = "1.12.0"
features = ["sync"]
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_json]
version = "1.0"
[dependencies.url]
version = "2.4"
[dev-dependencies.tempfile]
version = "3.5"