[[bench]]
harness = false
name = "anonymization_bench"
path = "benches/anonymization_bench.rs"
[[bench]]
harness = false
name = "json_parsing_bench"
path = "benches/json_parsing_bench.rs"
[[bench]]
harness = false
name = "tarball_bench"
path = "benches/tarball_bench.rs"
[[bench]]
harness = false
name = "test_detection_bench"
path = "benches/test_detection_bench.rs"
[[bin]]
name = "browser_coverage"
path = "src/bin/browser_coverage.rs"
[[bin]]
name = "profiler"
path = "src/main.rs"
[[bin]]
name = "run_with_coverage"
path = "src/bin/run_with_coverage.rs"
[[bin]]
name = "runtime_coverage"
path = "src/bin/runtime_coverage.rs"
[[bin]]
name = "upload_coverage"
path = "src/bin/upload_coverage.rs"
[[bin]]
name = "upload_tests"
path = "src/bin/upload_tests.rs"
[build-dependencies.prost-build]
version = "0.14"
[build-dependencies.reqwest]
features = ["blocking"]
version = "0.12"
[build-dependencies.serde_json]
version = "1.0"
[build-dependencies.serde_yaml]
version = "0.9"
[dependencies.anyhow]
version = "1.0"
[dependencies.base64]
version = "0.22"
[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.ctrlc]
version = "3.5"
[dependencies.dirs]
version = "6.0"
[dependencies.flate2]
version = "1.1"
[dependencies.lazy_static]
version = "1.5"
[dependencies.progenitor]
version = "0.11"
[dependencies.progenitor-client]
version = "0.11"
[dependencies.prost]
version = "0.14"
[dependencies.prost-types]
version = "0.14"
[dependencies.py-spy]
version = "0.4.1"
[dependencies.quick-xml]
version = "0.38"
[dependencies.rayon]
version = "1.11"
[dependencies.regex]
version = "1.12"
[dependencies.reqwest]
features = ["json", "blocking", "multipart"]
version = "0.12"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.sha2]
version = "0.10"
[dependencies.tar]
version = "0.4"
[dependencies.tempfile]
version = "3.23"
[dependencies.tokio]
features = ["full"]
version = "1"
[dependencies.uuid]
features = ["serde", "v4"]
version = "1.18"
[dependencies.walkdir]
version = "2"
[dev-dependencies.criterion]
version = "0.7"
[dev-dependencies.mockito]
version = "1.7"
[dev-dependencies.walkdir]
version = "2"
[lib]
name = "testlint_sdk"
path = "src/lib.rs"
[package]
authors = ["Daniel Phang <daniel@testlint.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["development-tools", "development-tools::testing", "development-tools::profiling"]
description = "A comprehensive toolkit for profiling and coverage reporting across multiple programming languages"
edition = "2021"
keywords = ["profiling", "coverage", "testing", "multi-language", "telemetry"]
license = "MIT"
name = "testlint"
readme = "README.md"
repository = "https://github.com/yourusername/testlint-sdk"
version = "0.1.0"
[[test]]
name = "additional_profiler_tests"
path = "tests/additional_profiler_tests.rs"
[[test]]
name = "browser_coverage_tests"
path = "tests/browser_coverage_tests.rs"
[[test]]
name = "common_format_tests"
path = "tests/common_format_tests.rs"
[[test]]
name = "error_formatting_tests"
path = "tests/error_formatting_tests.rs"
[[test]]
name = "go_profiler_tests"
path = "tests/go_profiler_tests.rs"
[[test]]
name = "http_upload_tests"
path = "tests/http_upload_tests.rs"
[[test]]
name = "java_profiler_tests"
path = "tests/java_profiler_tests.rs"
[[test]]
name = "javascript_profiler_tests"
path = "tests/javascript_profiler_tests.rs"
[[test]]
name = "kotlin_profiler_tests"
path = "tests/kotlin_profiler_tests.rs"
[[test]]
name = "orchestrator_config_tests"
path = "tests/orchestrator_config_tests.rs"
[[test]]
name = "path_anonymization_tests"
path = "tests/path_anonymization_tests.rs"
[[test]]
name = "pid_attachment_tests"
path = "tests/pid_attachment_tests.rs"
[[test]]
name = "platform_profiler_tests"
path = "tests/platform_profiler_tests.rs"
[[test]]
name = "python_profiler_tests"
path = "tests/python_profiler_tests.rs"
[[test]]
name = "reporter_http_tests"
path = "tests/reporter_http_tests.rs"
[[test]]
name = "reporter_tests"
path = "tests/reporter_tests.rs"
[[test]]
name = "runtime_collector_tests"
path = "tests/runtime_collector_tests.rs"
[[test]]
name = "runtime_coverage_tests"
path = "tests/runtime_coverage_tests.rs"
[[test]]
name = "scala_profiler_tests"
path = "tests/scala_profiler_tests.rs"
[[test]]
name = "test_detection_tests"
path = "tests/test_detection_tests.rs"
[[test]]
name = "test_framework_junit_tests"
path = "tests/test_framework_junit_tests.rs"
[[test]]
name = "test_orchestrator_tests"
path = "tests/test_orchestrator_tests.rs"
[[test]]
name = "test_tarball_tests"
path = "tests/test_tarball_tests.rs"
[[test]]
name = "test_uploader_file_tests"
path = "tests/test_uploader_file_tests.rs"
[[test]]
name = "test_uploader_tests"
path = "tests/test_uploader_tests.rs"
[[test]]
name = "typescript_pid_attach_tests"
path = "tests/typescript_pid_attach_tests.rs"
[[test]]
name = "typescript_profiler_tests"
path = "tests/typescript_profiler_tests.rs"