# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "temex" version = "0.10.0" authors = ["Kevin Wayne Smith "] description = "Regex-like temporal expressions for evaluating systems that change over time" readme = "README.md" keywords = [ "formal_methods", "logic", "temporal_logic", "offline_monitor", "polars", ] categories = [ "mathematics", "algorithms", ] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/kevinwaynesmith/temex/" [dependencies.itertools] version = "0.11" [dependencies.polars] version = "0.30.0" features = ["rows"] optional = true [dependencies.regex] version = "1.0" [dependencies.thiserror] version = "1.0" [features] default = ["polars"] polars = ["dep:polars"]