[package] name = "smogon-stats" version = "0.1.2" edition = "2024" authors = ["mehbark <terezi@pyrope.net>"] description = "turn https://smogon.com/stats/ chaos json files into https://sqlite.org databases" license = "MIT OR Apache-2.0" repository = "https://g.pyrope.net/smogon-stats" # why oh why did i not capitalize readme = "readme.md" keywords = ["pokemon", "sqlite", "statistics", "cli"] categories = ["command-line-utilities"] [dependencies] clap = { version = "4.5.32", features = ["derive"] } env_logger = "0.11.7" log = "0.4.27" rusqlite = "0.34.0" serde = { version = "1.0.219", features = ["derive"] } simd-json = "0.15.0" thiserror = "2.0.12"