# 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 = "strem" version = "0.1.1" authors = ["Jacob Anderson "] exclude = [ ".gitignore", ".github/*", "docs/*", "examples/*", "azure-pipelines.yml", ] description = "A tool for spatial and temporal pattern matching over perception streams." homepage = "https://strem-org.github.io/strem/" readme = "README.md" keywords = [ "regex", "monitoring", "spatial", "temporal", "perception", ] license = "BSD-3-Clause" repository = "https://github.com/strem-org/strem" [dependencies.clap] version = "4.4.11" features = ["cargo"] [dependencies.image] version = "0.24.8" optional = true [dependencies.imageproc] version = "0.23.0" optional = true [dependencies.regex-automata] version = "0.4.3" [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dev-dependencies.criterion] version = "0.5.1" [features] export = [ "dep:image", "dep:imageproc", ]