[package]
edition = "2021"
rust-version = "1.75"
name = "aatxe-core"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core types, statistics, and comparison logic for aatxe. No IO."
homepage = "https://github.com/enekos/aatxe"
documentation = "https://docs.rs/aatxe-core"
readme = "README.md"
keywords = [
"benchmark",
"performance",
"regression",
"statistics",
"ci",
]
categories = [
"development-tools::profiling",
"development-tools::testing",
]
license = "MIT"
repository = "https://github.com/enekos/aatxe"
[lib]
name = "aatxe_core"
path = "src/lib.rs"
[[test]]
name = "affected_tests"
path = "tests/affected_tests.rs"
[[test]]
name = "compare_tests"
path = "tests/compare_tests.rs"
[[test]]
name = "github_tests"
path = "tests/github_tests.rs"
[[test]]
name = "report_tests"
path = "tests/report_tests.rs"
[[test]]
name = "stats_tests"
path = "tests/stats_tests.rs"
[dependencies.once_cell]
version = "1.20"
[dependencies.regex]
version = "1.10"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_json]
version = "1.0"
[dependencies.thiserror]
version = "1.0"
[dev-dependencies.serde_json]
version = "1.0"