[package]
edition = "2021"
name = "whyyoulying"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "whyyoulying"
description = "Proactive detection of Labor Category Fraud and Ghost Billing"
readme = "README.md"
license = "Unlicense"
repository = "https://github.com/gotemcoach/whyyoulying"
[features]
default = ["tests"]
tests = []
[lib]
name = "whyyoulying"
path = "src/lib.rs"
[[bin]]
name = "whyyoulying"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.chrono]
version = "0.4"
features = ["serde"]
[dependencies.clap]
version = "4.4"
features = ["derive"]
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_json]
version = "1.0"
[dependencies.tempfile]
version = "3.0"
[dependencies.thiserror]
version = "1.0"
[profile.release]
lto = true
panic = "abort"
strip = true