ricecoder-github 0.1.71

GitHub integration for repository operations
Documentation
[dependencies.async-trait]
version = "0.1"

[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.futures]
version = "0.3"

[dependencies.hex]
version = "0.4"

[dependencies.hmac]
version = "0.12"

[dependencies.octocrab]
version = "0.32"

[dependencies.regex]
version = "1.10"

[dependencies.reqwest]
features = ["json"]
version = "0.11"

[dependencies.ricecoder-files]
version = "0"

[dependencies.ricecoder-storage]
version = "0"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
features = ["full"]
version = "1.0"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.mockito]
version = "1.2"

[dev-dependencies.proptest]
version = "1.4"

[dev-dependencies.tempfile]
version = "3.8"

[dev-dependencies.tokio-test]
version = "0.4"

[lib]
name = "ricecoder_github"
path = "src/lib.rs"

[package]
authors = ["RiceCoder Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "GitHub integration for repository operations"
documentation = "https://github.com/moabualruz/ricecoder/wiki"
edition = "2021"
homepage = "https://github.com/moabualruz/ricecoder"
license = "MIT"
name = "ricecoder-github"
readme = "README.md"
repository = "https://github.com/moabualruz/ricecoder"
version = "0.1.71"

[[test]]
name = "actions_property_tests"
path = "tests/actions_property_tests.rs"

[[test]]
name = "actions_unit_tests"
path = "tests/actions_unit_tests.rs"

[[test]]
name = "branch_lifecycle_property_tests"
path = "tests/branch_lifecycle_property_tests.rs"

[[test]]
name = "branch_manager_unit_tests"
path = "tests/branch_manager_unit_tests.rs"

[[test]]
name = "code_review_property_tests"
path = "tests/code_review_property_tests.rs"

[[test]]
name = "code_review_unit_tests"
path = "tests/code_review_unit_tests.rs"

[[test]]
name = "dependency_property_tests"
path = "tests/dependency_property_tests.rs"

[[test]]
name = "dependency_unit_tests"
path = "tests/dependency_unit_tests.rs"

[[test]]
name = "discussion_property_tests"
path = "tests/discussion_property_tests.rs"

[[test]]
name = "discussion_unit_tests"
path = "tests/discussion_unit_tests.rs"

[[test]]
name = "documentation_property_tests"
path = "tests/documentation_property_tests.rs"

[[test]]
name = "documentation_unit_tests"
path = "tests/documentation_unit_tests.rs"

[[test]]
name = "error_recovery_property_test"
path = "tests/error_recovery_property_test.rs"

[[test]]
name = "gist_manager_unit_tests"
path = "tests/gist_manager_unit_tests.rs"

[[test]]
name = "gist_property_tests"
path = "tests/gist_property_tests.rs"

[[test]]
name = "integration_e2e_scenario_tests"
path = "tests/integration_e2e_scenario_tests.rs"

[[test]]
name = "integration_github_api_tests"
path = "tests/integration_github_api_tests.rs"

[[test]]
name = "issue_manager_unit_tests"
path = "tests/issue_manager_unit_tests.rs"

[[test]]
name = "issue_property_tests"
path = "tests/issue_property_tests.rs"

[[test]]
name = "pr_manager_unit_tests"
path = "tests/pr_manager_unit_tests.rs"

[[test]]
name = "pr_property_tests"
path = "tests/pr_property_tests.rs"

[[test]]
name = "project_manager_unit_tests"
path = "tests/project_manager_unit_tests.rs"

[[test]]
name = "project_property_tests"
path = "tests/project_property_tests.rs"

[[test]]
name = "release_manager_unit_tests"
path = "tests/release_manager_unit_tests.rs"

[[test]]
name = "release_property_tests"
path = "tests/release_property_tests.rs"

[[test]]
name = "repository_analyzer_property_tests"
path = "tests/repository_analyzer_property_tests.rs"

[[test]]
name = "webhook_property_tests"
path = "tests/webhook_property_tests.rs"

[[test]]
name = "webhook_unit_tests"
path = "tests/webhook_unit_tests.rs"