[package] name = "temex" version = "0.10.0" authors = ["Kevin Wayne Smith "] license = "MIT OR Apache-2.0" edition = "2021" description = "Regex-like temporal expressions for evaluating systems that change over time" repository = "https://gitlab.com/kevinwaynesmith/temex/" keywords = ["formal_methods", "logic", "temporal_logic", "offline_monitor", "polars"] categories = ["mathematics", "algorithms"] [dependencies] itertools = "0.11" thiserror = "1.0" regex = "1.0" polars = { version = "0.30.0", optional = true, features = ["rows"] } [features] default = ["polars"] polars = ["dep:polars"]